TrickBook MCP
TrickBook provides a public, read-only Model Context Protocol (MCP) server for AI assistants and agents.
Server URL: https://api.thetrickbook.com/mcp
The connector searches TrickBook's curated action-sports data and returns source links that an assistant can include in its answer. No TrickBook account or API key is required for the public tools.
Available tools
search_spots— find skateparks, resorts, surf breaks, and other places to rideget_spot— retrieve public details for a specific spotsearch_trickipedia— find trick tutorials and progression informationget_trick— retrieve a specific trick tutorial and progression datasearch_events— find upcoming competitions, premieres, and community eventsget_event— retrieve full details for an eventsearch_films— search TrickBook's action-sports film cataloglookup_boardsport_knowledge— look up boardsport culture, media, events, and organizations
All tools are read-only. Personal trick lists, saved spots, account details, and administrative data are not exposed.
Connect from Claude
- Open Customize → Connectors.
- Select Add custom connector.
- Enter
https://api.thetrickbook.com/mcp. - Name it TrickBook and enable it for a conversation.
On Team and Enterprise plans, an organization owner must add the connector before members can enable it.
Connect from ChatGPT
- Enable developer mode under Settings → Apps → Advanced settings.
- Create a custom app and enter
https://api.thetrickbook.com/mcpas the MCP endpoint. - Scan the tools, create the app, and enable it in a new chat.
ChatGPT plan and workspace policies determine whether custom MCP apps are available.
Connect from an MCP client
Use Streamable HTTP transport with the server URL:
{
"mcpServers": {
"trickbook": {
"type": "http",
"url": "https://api.thetrickbook.com/mcp"
}
}
}
The server is stateless and accepts MCP requests over HTTPS POST. A health response is available at https://api.thetrickbook.com/mcp/health.
Example prompts
- “Use TrickBook to find skateparks around Minneapolis.”
- “What snowboard events are coming up in Colorado?”
- “Find a tutorial for a backside boardslide.”
- “What trick should I learn after a kickflip?”
- “Find snowboard films featuring this rider.”
Usage and attribution
Clients should preserve the source_url returned by tools when presenting TrickBook data. Automated bulk extraction, resale of the data, and attempts to access non-public information are prohibited.