ENDPOINT 1
https://api.maduraione.in/mcp
MCP server metadata
- Name
- madurai-transit-mcp
- Version
- 1.1.0
Known tools 4
get_bus_detailsLookup route details, platform bay at Periyar Bus Stand, spoke category, and key milestones for a specific Madurai bus number (e.g.
Inferred read-onlysearch_bus_stopsBilingual (English and Tamil) autocomplete and search for bus stops across Madurai.
Inferred read-onlycalculate_fareCalculate the official TNSTC stage fare between any boarding and alighting bus stop in Madurai across Ordinary, LSS, Express, and Deluxe/AC classes based on authoritative stage charts.
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.madurai-transit-mcp]
url = "https://api.maduraione.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"madurai-transit-mcp": {
"type": "http",
"url": "https://api.maduraione.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: madurai-transit-mcp
Remote MCP URL: https://api.maduraione.in/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": {
"madurai-transit-mcp": {
"url": "https://api.maduraione.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"madurai-transit-mcp": {
"type": "http",
"url": "https://api.maduraione.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "madurai-transit-mcp",
"transport": "streamable-http",
"url": "https://api.maduraione.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.