mcp-use-aps-example
mcp-use + APS 인가 예제
이 독립 실행형 예제는 기존 mcp-use TypeScript 미들웨어 확장 지점 뒤에 Agent Passport System aps-mcp-1 프로필을 배치합니다. 게이트웨이는 vault_echo 도구를 프록시하고, next()가 업스트림 서버에 도달하기 전에 서명된 일회용 인가 봉투를 검증합니다.
실행
npm install
npm test
npm run dev출력된 URL을 열어 내장된 mcp-use Inspector를 사용하세요.
메시지와 함께
issue_aps_demo_grant를 호출하세요.구조화된 결과를
vault_echo에 복사하세요.vault_echo를 실행하세요. APS 미들웨어는 디스패치 전에 서명, 대상, 인자 해시, 만료, 범위, 재생 상태를 검증합니다.동일한 요청을 다시 실행하면 업스트림이 호출되기 전에 재생 거부가 발생하는 것을 볼 수 있습니다.
Related MCP server: SINT Protocol
Inspector 호환성
APS MCP 프로필은 일반적으로 해당 봉투를 다음 위치에 담습니다:
tools/call.params._meta["org.agent-passport/authorization"]현재 Inspector 폼은 호출별 임의의 _meta를 노출하지 않습니다. 대화형 데모 전용으로, 이 저장소는 동일한 봉투를 apsAuthorization 도구 인자로 받아 미들웨어 내부의 네임스페이스가 적용된 _meta 항목으로 옮기고, 전달하기 전에 제거합니다. 프로덕션 MCP 클라이언트는 _meta를 직접 보내야 합니다.
이 localhost 데모는 전송 인증이 이미 수립된 것으로 간주합니다. 프로덕션 코드는 OAuth를 구성하고 검증된 전송 컨텍스트(ctx.auth)에서 해당 사실을 도출해야 합니다.
APS는 독립적인 제3자 프로젝트이며 MCP나 mcp-use의 일부가 아닙니다.
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 Servers
- AlicenseBqualityAmaintenanceThis server acts as a Portal (zero-trust Policy Enforcement Point) for AI agents. Every tool call is attested, measured against a sealed cryptographic reference, and logged to a tamper-evident continuity chain with signed receipts.1562MIT
- AlicenseAqualityAmaintenanceSecurity-enforcing MCP proxy that sits between an AI agent and any number of downstream MCP servers, intercepting every tool call through a capability-token policy gateway that can allow, deny, or escalate to human approval before the call reaches any real tool. It also exposes built-in operator tools for approval workflows, audit trail queries, token management, voice/HUD output, and hierarchical2112Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA production-ready MCP server that authenticates agents via OAuth 2.1 Bearer tokens, validates JWTs with JWKS, enforces tool-level scopes and roles, and logs the full delegation chain.
- AlicenseNot gradedqualityCmaintenanceAuthenticating reverse proxy for MCP servers providing credential isolation, OAuth2 token management, and composite tool aggregation.BSD Zero Clause
Related MCP Connectors
Issue Agent Passports and verify agent authority before value moves. Signed verification records.
Preflight, approve, and prove consequential agent actions with signed evidence and x402 tools.
Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...
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/khandrew1/mcp-use-aps-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server