Provide deterministic identity verification and authorization decisions for MCP servers.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "rnv-mcp-identity" yet — see the docs or source repo.
Use rnv-mcp-identity to validate this MCP request's agent identity and authorization scope. Based on the OAuth 2.0 token, WIMSE workload identity, and HTTP Message Signatures, return an explicit allow or deny decision with reasons, and do not guess missing information.
A clear authorization result showing whether the identity is trusted, whether scope is sufficient, and why access is denied if applicable.
Check whether this request's HTTP Message Signatures are complete and verifiable; if signature fields are missing, invalid, or inconsistent with the claimed identity, reject the request and list the failed checks.
A deny decision with specific verification failures to help diagnose security issues.
Resolve the agent's WIMSE workload identity and determine whether it can access the target MCP resource based on OAuth 2.0 scopes; if evidence is insufficient, deny access and do not infer missing details.
The resolved workload identity, resource access decision, and an evidence-based conclusion.
Add OAuth 2.1 auth, middleware, and token verification to MCP servers.
Demonstrates OAuth 2.1, PKCE, and protected resource access in an MCP server.
Enable enterprise auth, token validation, and access control for AI agents.
Simulate decentralized identity workflows by minting DIDs and issuing verifiable credentials.
Provides identity, authorization, and trust receipts for AI assistants over MCP.
Gives agents real email identity, OTP reading, signup automation, and MCP registry.