flexai-token-factory
Candidate MCP tool surface derived from the FlexAI Token Factory OpenAPI operations. FlexAI does not publish an official hosted MCP server; this is a starting point that maps each documented operation to one MCP tool. Because the API is OpenAI-compatible, most agent frameworks call it directly as a model provider rather than via MCP.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport http
Tools
create_chat_completion— Generate a chat completion from a list of messages.create_completion— Generate a legacy text completion from a prompt.list_models— List the available models in the live catalog.create_embedding— Generate vector embeddings for text input.create_transcription— Transcribe audio to text (speech-to-text).create_speech— Synthesize speech from text (text-to-speech).create_image— Generate images from a text prompt.create_video— Generate video from a text prompt (async).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.