# fireworks MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-fireworks
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://fireworks.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://fireworks.usefulapi.io/mcp

## Tools
- fireworks_get_account (Get account) - Get the Fireworks account record (display name, state, etc.). Control-plane: GET /v1/accounts/{account_id}. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_models (List models) - List models in the account (base + fine-tuned). Control-plane: GET /v1/accounts/{account_id}/models. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_get_model (Get model) - Get a single model by id. Control-plane: GET /v1/accounts/{account_id}/models/{model_id}. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_deployments (List deployments) - List deployments (serving instances) in the account. Control-plane: GET /v1/accounts/{account_id}/deployments. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_get_deployment (Get deployment) - Get a single deployment by id. Control-plane: GET /v1/accounts/{account_id}/deployments/{deployment_id}. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_deployed_models (List deployed models) - List deployed models (model↔deployment bindings). Control-plane: GET /v1/accounts/{account_id}/deployedModels. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_datasets (List datasets) - List datasets in the account. Control-plane: GET /v1/accounts/{account_id}/datasets. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_get_dataset (Get dataset) - Get a single dataset by id. Control-plane: GET /v1/accounts/{account_id}/datasets/{dataset_id}. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_fine_tuning_jobs (List fine-tuning jobs) - List supervised fine-tuning jobs in the account. Control-plane: GET /v1/accounts/{account_id}/supervisedFineTuningJobs. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_get_fine_tuning_job (Get fine-tuning job) - Get a single supervised fine-tuning job by id. Control-plane: GET /v1/accounts/{account_id}/supervisedFineTuningJobs/{job_id}. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_batch_inference_jobs (List batch inference jobs) - List batch inference jobs in the account. Control-plane: GET /v1/accounts/{account_id}/batchInferenceJobs. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_list_users (List users) - List account members (users). Control-plane: GET /v1/accounts/{account_id}/users. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_create_dataset (Create dataset) - Creates a dataset metadata record in Fireworks (additive; actual data is uploaded separately). Control-plane: POST /v1/accounts/{account_id}/datasets. Endpoint: https://fireworks.usefulapi.io/mcp
- fireworks_delete_deployment (Delete deployment) - DELETES (shuts down) a Fireworks deployment — stops serving that model and stops its billing. Destructive. Control-plane: DELETE /v1/accounts/{account_id}/deployments/{deployment_id}. Endpoint: https://fireworks.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
