← Registry

API Tools

georgegiosue.dev

Provides tools to query Emtrafesa bus terminals, routes, departure schedules, available seats, and FAQ information for travel across Peru.

2 endpoints7 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp-computrabajo.georgegiosue.dev/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.georgegiosue-dev]
url = "https://mcp-computrabajo.georgegiosue.dev/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "georgegiosue-dev": {
      "type": "http",
      "url": "https://mcp-computrabajo.georgegiosue.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: georgegiosue-dev
Remote MCP URL: https://mcp-computrabajo.georgegiosue.dev/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "georgegiosue-dev": {
      "url": "https://mcp-computrabajo.georgegiosue.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "georgegiosue-dev": {
      "type": "http",
      "url": "https://mcp-computrabajo.georgegiosue.dev/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "georgegiosue-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "georgegiosue-dev",
  "transport": "streamable-http",
  "url": "https://mcp-computrabajo.georgegiosue.dev/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp-emtrafesa.georgegiosue.dev/mcp

No auth detected

MCP server metadata

Name
mcp-emtrafesa
Version
2.1.0
Capabilities
tools.listChanged
Server instructions

Emtrafesa is a Peruvian intercity bus operator. This server exposes its public data read-only. Ask for schedules directly with city names — get-departure-schedules({ from: "Chiclayo", to: "Trujillo" }) resolves the route itself. There is no need to look anything up first, and no ids are involved. get-available-seats shows which individual seats are free on one departure; it takes the scheduleId that get-departure-schedules returned. get-terminals lists every city Emtrafesa serves, and get-arrival-terminals answers "where can I go from here". Reach for them when the traveller is exploring, or when a city name came back unmatched. Ticket lookup is a separate chain and needs the passenger's DNI plus the email used at purchase: 1. get-latest-purchased-tickets - returns a ticketsCodes array per purchase. 2. get-ticket-pdf - one call per code; returns the PDF as a base64 resource. get-frequently-asked-questions answers general policy questions (luggage, passenger categories, service rules) without touching schedules or tickets. All data is scraped from emtrafesa.pe and is read-only; this server never books, modifies, or cancels anything.

Known tools 7

get-terminals

Retrieve all Emtrafesa bus terminals across Peru.

Inferred read-only
get-arrival-terminals

List the cities you can travel to from a given origin city.

Inferred read-only
get-departure-schedules

Find bus departures between two Peruvian cities.

Inferred read-only
get-available-seats

See which individual seats are still free on one departure, and on which deck.

Inferred read-only
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.

Potential side effects
get-latest-purchased-tickets

Look up the most recently purchased Emtrafesa bus tickets associated with a passenger's DNI and email address.

Potential side effects
get-ticket-pdf

Download an Emtrafesa bus ticket as a PDF document.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.