← iwd.today
INDIVIDUAL MCP TOOL
get_performer
Get full details of a performer by their ID.Call this only when the user needs specific information such as bio, dance styles, schedule, or contact details.
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 endpoint
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.iwd-today]
url = "https://iwd.today/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iwd-today": {
"type": "http",
"url": "https://iwd.today/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iwd-today
Remote MCP URL: https://iwd.today/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": {
"iwd-today": {
"url": "https://iwd.today/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iwd-today": {
"type": "http",
"url": "https://iwd.today/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iwd-today",
"transport": "streamable-http",
"url": "https://iwd.today/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_hall— Get full details of a dance hall by its ID.Call this only when the user needs specific information such as schedule, contact details, or description.search_schools— Search dance schools by city and dance style.search_performers— Search dance performers by city and dance style.get_party— Get full details of a dance party by its ID.Call this only when the user needs specific information such as teachers, contact details, DJs, or description.get_show— Get full details of a dance show by its ID.Call this only when the user needs specific information such as schedule, contact details, or description.get_teacher— Get full details of a dance teacher by their ID.Call this only when the user needs specific information such as bio, dance styles, languages, schedule, or contact details.search_shows— Search dance shows by city and dance style.search_parties— Search dance parties by city and dance style.