Self-hosted MCP voice agent that places phone calls on your behalf via Retell.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
callwright · npm · 1.0.4
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.topness/callwright",
"description": "Self-hosted MCP voice agent that places phone calls on your behalf via Retell.",
"repository": {
"url": "https://github.com/topness/callwright",
"source": "github"
},
"version": "1.0.4",
"packages": [
{
"registryType": "npm",
"identifier": "callwright",
"version": "1.0.4",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8787/mcp"
},
"environmentVariables": [
{
"description": "Your Retell secret API key (stays server-side)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RETELL_API_KEY"
},
{
"description": "Bearer token clients must send; required when exposed beyond localhost",
"format": "string",
"isSecret": true,
"name": "MCP_AUTH_TOKEN"
},
{
"description": "Port the HTTP MCP server listens on (default 8787)",
"format": "string",
"name": "PORT"
},
{
"description": "Persistent directory for runtime state such as trigger deduplication",
"format": "string",
"name": "CALLWRIGHT_DATA_DIR"
},
{
"description": "Public Callwright base URL used to configure Retell webhook delivery",
"format": "string",
"name": "CALLWRIGHT_PUBLIC_URL"
},
{
"description": "Optional complete Claude cloud Routine /fire endpoint URL",
"format": "string",
"name": "CLAUDE_ROUTINE_URL"
},
{
"description": "Optional dedicated bearer token for the configured Claude Routine trigger",
"format": "string",
"isSecret": true,
"name": "CLAUDE_ROUTINE_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-12T19:10:42.115117Z",
"publishedAt": "2026-07-12T19:10:42.115117Z",
"updatedAt": "2026-07-12T19:10:42.115117Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.