Create MCP Server
Path parameters
The Account Id
Query parameters
ID of the mcp server.
Request body
Human-readable display name of the mcp. e.g. "My Mcp" Must be fewer than 64 characters long.
The description of the mcp. Must be fewer than 4000 characters long.
The creation time of the mcp.
The update time for the mcp.
The URL of the MCP server. Required if self_hosted is true. For managed MCPs, this will be populated after deployment.
The resource name of the secret to use for authenticating with the MCP server. e.g. accounts/my-account/secrets/my-secret If provided for a remote-hosted MCP, the endpoint will be validated for connectivity during creation.
Whether this is a simulated MCP server.
Whether this MCP is remote-hosted (true) or managed by Fireworks (false).
Annotations to identify MCP properties. Key/value pairs may be used by external tools or other services.
Whether this MCP is publicly available to all Fireworks users. If false, only accessible to the account that created it.
- OPEN: No authentication required (open access)
- API_KEY: API key authentication via secrets
- OAUTH2: OAuth 2.0 authentication
- BEARER_TOKEN: Bearer token authentication
Max QPS of this MCP server. 0 means no ratelimit.
Response
A successful response.
Human-readable display name of the mcp. e.g. "My Mcp" Must be fewer than 64 characters long.
The description of the mcp. Must be fewer than 4000 characters long.
The creation time of the mcp.
The update time for the mcp.
The URL of the MCP server. Required if self_hosted is true. For managed MCPs, this will be populated after deployment.
The resource name of the secret to use for authenticating with the MCP server. e.g. accounts/my-account/secrets/my-secret If provided for a remote-hosted MCP, the endpoint will be validated for connectivity during creation.
Whether this is a simulated MCP server.
Whether this MCP is remote-hosted (true) or managed by Fireworks (false).
Annotations to identify MCP properties. Key/value pairs may be used by external tools or other services.
Whether this MCP is publicly available to all Fireworks users. If false, only accessible to the account that created it.
- OPEN: No authentication required (open access)
- API_KEY: API key authentication via secrets
- OAUTH2: OAuth 2.0 authentication
- BEARER_TOKEN: Bearer token authentication
Max QPS of this MCP server. 0 means no ratelimit.