INDIVIDUAL MCP TOOL
get_performer
Get a SofiaStage performer or creative-team profile, biography metadata, public links, and precomputed upcoming events by exact name or route slug.
LIVE ENDPOINT
https://api.sofiastage.com/mcp
Connect to this endpoint to inspect the live schema for get_performer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sofiastage-events]
url = "https://api.sofiastage.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sofiastage-events": {
"type": "http",
"url": "https://api.sofiastage.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sofiastage-events
Remote MCP URL: https://api.sofiastage.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sofiastage-events": {
"url": "https://api.sofiastage.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sofiastage-events": {
"type": "http",
"url": "https://api.sofiastage.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sofiastage-events",
"transport": "streamable-http",
"url": "https://api.sofiastage.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search current cultural events by Sofia/all-city scope, city, date, local time, venue, title, performer, or editorial collection.get_event— Get one event by canonical show_stable_id or legacy source ID, optionally including related performers and editorial entries.search_catalog— Search cities, venues, production titles, performers, or editorial collections.get_editorial— Get a SofiaStage editorial collection, article metadata, and precomputed upcoming events by exact title or route slug.