OpenRouter Reasoning MCP
OpenRouter Reasoning MCP
Ein zustandsloser Remote-Server für das Model Context Protocol (MCP), der auf Cloudflare Workers läuft.
Er stellt ein Tool bereit, multi_step_reasoning, das einen Prompt an OpenRouter sendet, einen zweiten Verifikationsdurchlauf durchführt und beide Antworten sowie – falls verfügbar – die Reasoning-Felder des Anbieters zurückgibt.
Architektur
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
Voraussetzungen
Node.js
Ein Cloudflare-Konto
Ein OpenRouter-API-Schlüssel
Wrangler-Authentifizierung
Lokale Entwicklung
npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run devDer MCP-Endpunkt ist /mcp.
Bereitstellung
npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run typecheck
npm run deployNach der Bereitstellung lautet der Endpunkt:
https://openrouter-reasoning-mcp.<your-subdomain>.workers.dev/mcpMCP-Client-Konfiguration
Verwenden Sie die bereitgestellte /mcp-URL als Remote-MCP-Server mit Streamable HTTP. Konfigurieren Sie den Endpunkt nicht als den veralteten HTTP+SSE-Transport.
Tool
multi_step_reasoning
Eingabe:
{
"prompt": "Explain why a binary search is O(log n).",
"follow_up": "Verify the explanation and correct any mistakes."
}follow_up ist optional. Der Standardwert ist:
Are you sure? Think carefully and verify your answer.Sicherheit
Der OpenRouter-Schlüssel wird als Cloudflare-Worker-Secret gespeichert und niemals in Git committet. Der aktuelle Server ist absichtilich unauthentifiziert, d. h., jeder, der den /mcp-Engmt erreichen kann, kann das Tool aufrufen und das konfigurierte OpenRouter-Konto verbrauchen. Fügen Sie MCP-Authentifizierung und -Autorisierung hinzu, bevor Sie dies öffentlich mit einem kostenpflichtigen OpenRouter-Schlüssel nutzen.
Lizenz
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