usefulapi

Fireworks AI MCP server. Inspect Fireworks AI models, deployments, datasets and fine-tuning jobs.

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://fireworks.usefulapi.io/mcp
  3. Authenticate with Fireworks AI when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "fireworks": {
      "url": "https://fireworks.usefulapi.io/mcp"
    }
  }
}
live14 toolsFree 100 calls/moPro $9/mo

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.