Data Collection
iwd.today
Searches and retrieves detailed information about dance halls, schools, performers, parties, and shows.
ENDPOINT 1
https://iwd.today/mcp
MCP server metadata
- Name
- I Wanna Dance
- Version
- 1.0
Known tools 14
get_hallGet 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.
Inferred read-onlyget_partyGet 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.
Inferred read-onlyget_showGet 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.
Inferred read-onlyget_teacherGet 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.
Inferred read-onlyget_djGet full details of a DJ by their ID.Call this only when the user needs specific information such as schedule, contact details, or bio.
Inferred read-onlyget_performerGet 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.
Inferred read-onlyCONNECT 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.i-wanna-dance]
url = "https://iwd.today/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"i-wanna-dance": {
"type": "http",
"url": "https://iwd.today/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: i-wanna-dance
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": {
"i-wanna-dance": {
"url": "https://iwd.today/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"i-wanna-dance": {
"type": "http",
"url": "https://iwd.today/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "i-wanna-dance",
"transport": "streamable-http",
"url": "https://iwd.today/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for iwd.today was fetched 2026-08-24T05:56:30.189Z and is being refreshed.
iwd.today is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.