Fireworks AI MCP server. Inspect Fireworks AI models, deployments, datasets and fine-tuning jobs.
Add to your MCP config, then reload & authorize:
{
"mcpServers": {
"fireworks": {
"url": "https://fireworks.usefulapi.io/mcp"
}
}
}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.