← agendaforge.app

INDIVIDUAL MCP TOOL

list_tracks_rooms

List an event's tracks and rooms, including track colors and room capacities when present.

agendaforge.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.agendaforge.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_tracks_rooms 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

agendaforge.app

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.agendaforge-mcp]
url = "https://mcp.agendaforge.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agendaforge-mcp": {
      "type": "http",
      "url": "https://mcp.agendaforge.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agendaforge-mcp
Remote MCP URL: https://mcp.agendaforge.app/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": {
    "agendaforge-mcp": {
      "url": "https://mcp.agendaforge.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agendaforge-mcp": {
      "type": "http",
      "url": "https://mcp.agendaforge.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agendaforge-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.agendaforge.app/mcp"
}
MCP Inspector

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

Related tools

  • list_my_orgs — List the organizations you belong to, with slug and role.
  • list_events — List the organization's events: id, number, name, status, dates, timezone, city, and a deep link.
  • get_event — Get one event's overview: details, venue, deep links, and live counters (speakers, sessions by status, sponsors, tracks, rooms, submissions) in `stats`.
  • list_sessions — List the event's sessions (up to 200): title, status, time, room, track, and speaker names.
  • get_session — Get one session in full: description, speaker roster with confirmation status, room, track, time, and a deep link.
  • get_agenda — The event's scheduled agenda grouped by day and room, time-sorted.
  • list_forms — List the event's application/submission forms with status and per-status submission counts.
  • list_submissions — List a form's submissions (up to 100, newest first): submitter, status, first answer preview.