AI & Machine Learning
flexinference.com
Access FlexInference documentation, error references, demo runs, and usage cost comparisons for AI model routing.
ENDPOINT 1
https://mcp.flexinference.com/mcp
MCP server metadata
- Name
- flexinference
- Version
- 0.1.0
Known tools 8
search_docsKeyword search over the FlexInference documentation (quickstart, authentication, deadline routing, supported models, SDK usage, and the four API endpoints).
Inferred read-onlyget_error_referenceLook up what a FlexInference error code means and how to fix it (status, type, full message, and a docs link).
Potential side effectsrun_flex_demoRun the homepage demo programmatically: one prompt is sent twice on the same model, once through the flex race and once as a plain default request, and the answer carries both outputs plus the true billed comparison (cost per lane and time to first token).
Inferred read-onlycompare_usage_exportPaste the text of a usage CSV export (OpenAI platform, Anthropic console, or OpenRouter) and get back what those rows would have cost through FlexInference: total cost, savings at each model's measured realized rate, and the time-to-first-token trade, per model and in total.
Potential side effectsget_usage_summaryThis organization's flex-routed usage and savings: total requests, what was billed, what standard-tier pricing would have cost, and the difference, broken down by model.
Inferred read-onlylist_api_keysList this organization's FlexInference API keys: name, last 4 characters, creation time, and a truncated id (never the full key - it is only ever shown once, at creation).
Inferred read-onlyget_byok_statusCheck which providers (OpenAI, Gemini, Anthropic, Bedrock, Vertex) have a BYOK key configured for this organization.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flexinference]
url = "https://mcp.flexinference.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flexinference": {
"type": "http",
"url": "https://mcp.flexinference.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flexinference
Remote MCP URL: https://mcp.flexinference.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flexinference": {
"url": "https://mcp.flexinference.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flexinference": {
"type": "http",
"url": "https://mcp.flexinference.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flexinference",
"transport": "streamable-http",
"url": "https://mcp.flexinference.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for flexinference.com was fetched 2026-08-07T13:53:05.909Z and is being refreshed.
flexinference.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.