OpenRouter Reasoning MCP
OpenRouter Reasoning MCP
Cloudflare Workers에서 실행되는 무상태(stateless) 원격 Model Context Protocol(MCP) 서버입니다.
multi_step_reasoning 도구 하나를 노출하며, 이 도구는 프롬프트를 OpenRouter에 보내고 두 번째 검증을 수행한 뒤, 사용 가능한 경우 공급자의 reasonising 필드와 함께 두 응답을 모두 반환합니다.
아키텍처
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 계정
OpenRouter API 키
Wrangler 인증
로컬 개발
npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run devMCP 엔드포인트는 /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/mcpMCP 클라이언트 구성
배포된 /mcp URL을 Streamable HTTP를 사용하는 원격 MCP 서버로 사용하세요. 엔드포인트를 더 이상 사용되지 않는 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 계정을 사용할 수 있습니다. 유료 OpenRouter 키와 함께 공개적으로 사용하기 전에 MCP 인증/권한 부여를 추가하세요.
라이선스
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