get_speaker_profile
Canonical short bio, positioning, notable clients, and links for Thomas Anglero.
Parameters
No parameters.
Raw schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}by anglero
Thomas Anglero speaker MCP: bio, keynote topics, booking info, and speaking-inquiry submission.
Thomas Anglero speaker MCP: bio, keynote topics, booking info, and speaking-inquiry submission.
Captured live from the server via tools/list.
Canonical short bio, positioning, notable clients, and links for Thomas Anglero.
Parameters
No parameters.
{
"type": "object",
"properties": {},
"additionalProperties": false
}The three keynote topics with titles, subtitles, and a one-paragraph description each.
Parameters
No parameters.
{
"type": "object",
"properties": {},
"additionalProperties": false
}How booking works, the formats offered, and how fees are handled. Fees are provided on inquiry, tailored to format and location. Response within two business days.
Parameters
No parameters.
{
"type": "object",
"properties": {},
"additionalProperties": false
}How availability is confirmed. No live calendar is published. Availability for a date is confirmed on inquiry, typically within two business days.
Parameters
No parameters.
{
"type": "object",
"properties": {},
"additionalProperties": false
}Send a speaking inquiry to Thomas Anglero. Writes into the same pipeline as the website form: it records the inquiry and sends the confirmation and notification emails. Thomas replies personally, typically within two business days.
| name | string | required | Full name of the person making the inquiry. |
| string | required | Contact email address. | |
| event_format | string | required | Event format. |
| event_date | string | required | Event date, for example "17 February 2027". |
| location | string | required | Event location, for example "Oslo, Norway". |
| topic | string | required | What you would like Thomas to speak about. |
| organisation | string | optional | Optional. Organisation name. |
| title | string | optional | Optional. Your job title. |
| audience_size | string | optional | Optional. Expected audience size. |
| event_type | string | optional | Optional. Type of event. |
| budget | string | optional | Optional. Budget for the event, any currency. |
| how_heard | array | optional | Optional. How the enquirer heard about Thomas. |
| message | string | optional | Optional. Anything else you would like to share. |
| website | string | optional | Leave blank. Anti-spam field. |
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Full name of the person making the inquiry."
},
"email": {
"type": "string",
"description": "Contact email address."
},
"event_format": {
"type": "string",
"enum": [
"in-person",
"virtual",
"pre-recorded"
],
"description": "Event format."
},
"event_date": {
"type": "string",
"description": "Event date, for example \"17 February 2027\"."
},
"location": {
"type": "string",
"description": "Event location, for example \"Oslo, Norway\"."
},
"topic": {
"type": "string",
"description": "What you would like Thomas to speak about."
},
"organisation": {
"type": "string",
"description": "Optional. Organisation name."
},
"title": {
"type": "string",
"description": "Optional. Your job title."
},
"audience_size": {
"type": "string",
"description": "Optional. Expected audience size."
},
"event_type": {
"type": "string",
"enum": [
"internal",
"external",
"industry-conference",
"board",
"other"
],
"description": "Optional. Type of event."
},
"budget": {
"type": "string",
"description": "Optional. Budget for the event, any currency."
},
"how_heard": {
"type": "array",
"items": {
"type": "string",
"enum": [
"google",
"linkedin",
"ai",
"other"
]
},
"description": "Optional. How the enquirer heard about Thomas."
},
"message": {
"type": "string",
"description": "Optional. Anything else you would like to share."
},
"website": {
"type": "string",
"description": "Leave blank. Anti-spam field."
}
},
"required": [
"name",
"email",
"event_format",
"event_date",
"location",
"topic"
],
"additionalProperties": false
}README not available yet.
Hosted server - connect over the network, no local install.
https://anglero.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"speaker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://anglero.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.