OpenRouter Reasoning MCP
OpenRouter Reasoning MCP
Удалённый MCP-сервер (Model Context Protocol) без сохранения состояния, работающий на Cloudflare Workers.
Он предоставляет один инструмент, multi_step_reasoning, который отправляет запрос в OpenRouter, выполняет второй верификационный проход и возвращает оба ответа, а также поля рассуждений провайдера, если они доступны.
Архитектура
MCP client
│
│ Streamable HTTP
▼
Cloudflare Worker /mcp
│
├── OpenRouter request #1
│
└── OpenRouter request #2 (verification)
│
▼
OpenRouter model
stealth/ox-alphaRelated MCP server: CRASH - Cascaded Reasoning with Adaptive Step Handling
Требования
Node.js
Аккаунт Cloudflare
API-ключ OpenRouter
Аутентификация Wrangler
Локальная разработка
npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run devКонечная точа MCP — /mcp.
Развёртывание
npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run typecheck
npm run deployПосле развёртывания конечная точа будет:
https://openrouter-reasoning-mcp.<your-subdomain>.workers.dev/mcpНастройка MCP-клиена
Используйте развёрнутый URL /mcp как удалённый MCP-сервер с транспортом Streamable HTTP. Не настривай конечную точак как старений транспортр HTTP+SSE.
Инструмент
multi_step_reasoning
Входные параметры:
{
"prompt": "Explain why a binary search is O(log n).",
"follow_up": "Verify the explanation and correct any mistakes."
}follow_up необязателен. Значение по умолчанию:
Are you sure? Think carefully and verify your answer.Безопасност
Ключ OpenRouter хранится как секрет Cloudflare Worker secret и никогда не коммиттся в Git. Текущий сервер намеренно работает без аутентификации, поэтому любой, кто, сможет уеть досту дойти до онжечной точи /mcp, сможет вызваеть инструмент и пользоваться настенним аккаунтом OpenRouter. Добавьте аутентификацию/авторизацию MCP, прежде чем испльзовать ето публич с платным ключом OpenRouter.
Лицензия
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini.
Check AI work against requirements and return structured verdicts, findings, and repair steps.
Fan out deep research across multiple AI providers, synthesize into one unified report.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates two-stage reasoning processes using DeepSeek for detailed analysis and supports multiple response models such as Claude 3.5 Sonnet and OpenRouter, maintaining conversation context and enhancing AI-driven interactions.2115MIT
- AlicenseAqualityAmaintenanceEnables structured, iterative reasoning for complex problem-solving with features like confidence tracking, revision mechanisms, and branching support. Provides flexible validation and multiple output formats for systematic analysis and decision-making tasks.12272MIT
- AlicenseAqualityDmaintenanceProvides advanced AI reasoning capabilities through step-by-step thinking framework, enabling complex problem-solving with dynamic thought revision, multi-path reasoning, and adaptive planning for sophisticated analysis tasks.1MIT
- AlicenseAqualityCmaintenanceImplements Chain of Thought methodology for extended sequential thinking on complex reasoning tasks. Enables AI clients to break down and solve problems that require deep, step-by-step logical analysis.1231MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sawroop1242/openrouter-reasoning-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server