Fastmcp Openai Compatible Tool Router Kit
FreeNot checkedOffline-first FastMCP/MCP tool routing kit for OpenAI-compatible gateway planning
About
Offline-first FastMCP/MCP tool routing kit for OpenAI-compatible gateway planning
README
Plan which FastMCP and MCP tools should be exposed through an OpenAI-compatible gateway before a live agent can touch production systems. This FastMCP tool router kit is an independent, non-official, offline-first workspace with copy-ready fixtures, route policies, allowlist examples, tags, priorities, route profiles, and smoke-test prompts that can be adapted before wiring tools into Claude Desktop, Cursor, Continue, or internal agent runners.
Use the disclosed TKEN OpenAI-compatible endpoint as one example:
https://www.tken.shop/v1
Start with TKEN: https://www.tken.shop/?utm_source=github&utm_medium=owned_repo&utm_campaign=fastmcp_openai_compatible_tool_router_kit&utm_content=readme_hero_cta
Disclosure: I work on TKEN-related developer tooling.
What This Is
- An independent, non-official FastMCP-style and MCP tool router starter for OpenAI-compatible gateways.
- Offline generator for MCP tool manifests, route policies, and smoke-test prompts.
- Planning fixtures for tool allowlists, tags, priorities, route profiles, and gateway
base_urlplaceholders. - Example tools for chat-route checks, JSON-mode checks, embedding-route notes, and fallback planning.
- Safety-first README copy that avoids unsupported compatibility, price, reliability, or partner claims.
- Local QA that checks required files, placeholder secrets, risky claims, and generated artifacts.
Scope
This repository is an independent starter kit, not an official FastMCP, MCP, OpenAI, Claude, Cursor, Continue, or TKEN integration. Verify the current FastMCP and MCP client docs before using generated snippets in production, because tool schemas, client config formats, and SDK behavior can change.
Pre-Push Evidence
Before public repo creation, metadata edits, releases, or distribution, review docs/pre-push-evidence.md. This local evidence file lists owner decisions, QA commands, suggested GitHub metadata, UTM campaign, and public movement hold conditions.
Quick Start
npm install
npm run check
npx fastmcp-tool-router-kit generate --endpoint https://www.tken.shop/v1 --out ./generated
The generator writes:
fastmcp-tools.jsonroute-policy.jsonsmoke-prompts.md
Example Tool Manifest
{
"name": "openai_compatible_chat_route_check",
"description": "Prepare a smoke test for an OpenAI-compatible chat route.",
"inputSchema": {
"type": "object",
"properties": {
"baseUrl": { "type": "string" },
"model": { "type": "string" },
"prompt": { "type": "string" }
},
"required": ["baseUrl", "model"]
}
}
Route Policy Fixture
See fixtures/route-policy.json. The fixture is deliberately plain JSON so teams can adapt it for FastMCP servers, agent middleware, LiteLLM routers, CI smoke tests, or internal gateway docs.
Privacy
Read docs/privacy.md before routing source code, prompts, customer data, or tool outputs through any remote endpoint. Never commit API keys. Use environment variables such as TKEN_API_KEY.
Links
- Setup guide: docs/setup.md
- Pre-push evidence: docs/pre-push-evidence.md
- UTM links: docs/utm-links.md
- License: LICENSE
from github.com/vivian254338489/fastmcp-openai-compatible-tool-router-kit
Installing Fastmcp Openai Compatible Tool Router Kit
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/vivian254338489/fastmcp-openai-compatible-tool-router-kitFAQ
Is Fastmcp Openai Compatible Tool Router Kit MCP free?
Yes, Fastmcp Openai Compatible Tool Router Kit MCP is free — one-click install via Unyly at no cost.
Does Fastmcp Openai Compatible Tool Router Kit need an API key?
No, Fastmcp Openai Compatible Tool Router Kit runs without API keys or environment variables.
Is Fastmcp Openai Compatible Tool Router Kit hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Fastmcp Openai Compatible Tool Router Kit in Claude Desktop, Claude Code or Cursor?
Open Fastmcp Openai Compatible Tool Router Kit on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Fastmcp Openai Compatible Tool Router Kit with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
