← Back to Plugins
MCP Server MCP

io.github.iFan6oy/flash-props-api

github By github 👁 1 views ▲ 0 votes

Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.flashodds.live/mcp",
      "headers": [
        {
          "description": "Your Flash Props API key, as a Bearer token.",
          "isRequired": true,
          "value": "Bearer {api_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your Flash Props API key. Get a free one at https://api.flashodds.live/.",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...