ScottishFixer MCP server

This is a Model Context Protocol server for ScottishFixer. It exposes structured tools so AI agents can query Scottish film production information directly instead of scraping HTML.

Endpoint

POST https://scottishfixer-mcp.jackcowhig.workers.dev/ with JSON-RPC 2.0 messages. /tools for a JSON tool index.

Tools

Connect from Claude Desktop

{
  "mcpServers": {
    "scottishfixer": {
      "url": "https://scottishfixer-mcp.jackcowhig.workers.dev/"
    }
  }
}

Operated by Jack Cowhig. Email jack@scottishfixer.com.