LIVE ENDPOINT
https://mcp-emtrafesa.georgegiosue.dev/mcp
Connect to this endpoint to inspect the live schema for get-terminals 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.mcp-emtrafesa]
url = "https://mcp-emtrafesa.georgegiosue.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-emtrafesa": {
"type": "http",
"url": "https://mcp-emtrafesa.georgegiosue.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-emtrafesa
Remote MCP URL: https://mcp-emtrafesa.georgegiosue.dev/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": {
"mcp-emtrafesa": {
"url": "https://mcp-emtrafesa.georgegiosue.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-emtrafesa": {
"type": "http",
"url": "https://mcp-emtrafesa.georgegiosue.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-emtrafesa",
"transport": "streamable-http",
"url": "https://mcp-emtrafesa.georgegiosue.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get-arrival-terminals— List the cities you can travel to from a given origin city.get-departure-schedules— Find bus departures between two Peruvian cities.get-available-seats— See which individual seats are still free on one departure, and on which deck.get-frequently-asked-questions— Retrieve the official Emtrafesa FAQ list covering topics such as terminal locations, ticket purchasing, passenger categories (children, seniors, etc.), luggage policies, and service rules.get-latest-purchased-tickets— Look up the most recently purchased Emtrafesa bus tickets associated with a passenger's DNI and email address.get-ticket-pdf— Download an Emtrafesa bus ticket as a PDF document.