MCP Server

The website provides an MCP Server (Model Context Protocol) that makes all 12 read API endpoints available as tools.

How It Works

  • Protocol: JSON-RPC 2.0 over Streamable HTTP Transport
  • Transport:POST /mcp (JSON-RPC) +GET /mcp (SSE stream with endpoint discovery)
  • Tools: 12 read-only tools (no write access via MCP)
  • Server name:fa2p-mcp , version1.0.0

Available MCP Tools

Tool Description
get_events
Retrieve events (optionaltype
filter:archive
for past events)
get_characters
Club characters (optionallang
parameter)
get_fursuits
Available fursuits
get_fursuit_types
Fursuit types
get_fursuit_parts
Fursuit components
get_photo_links
Event photo links
get_faq
FAQ entries (based ontype
andlang
)
get_downloads
Public Downloads
get_press
Press Articles
get_rhoen_dance_stats
RhönDance Data (Capacity, Occupied Spaces)
get_social_links
Social Media Links
get_translations
Translation Strings (based onlang
)

MCP Endpoint

  • Production:https://mcp.fa2p.de/mcp

  • Local (Docker):http://localhost:8888/mcp