🧠 MCP PID Wallet Verifier
@TalaoDAO
关于 🧠 MCP PID Wallet Verifier
A lightweight and AI-friendly MCP server that allows any AI agent or MCP-compatible assistant to initiate and verify a PID (Personal Identity Data) credential presentation via OIDC4VP.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🧠 MCP PID Wallet Verifier?
A lightweight MCP server that enables AI agents to initiate and verify a PID (Personal Identity Data) credential presentation via OIDC4VP. It supports QR‑based wallet interactions and is compatible with agents like Cline or custom MCP clients.
How to use 🧠 MCP PID Wallet Verifier?
Invoke the two MCP REST tools: initiate_pid_request to start a presentation flow (returns a QR code and session ID), then check_pid_result to poll the credential verification status. Tools are discovered via GET /.well-known/mcp/tools.
Key features of 🧠 MCP PID Wallet Verifier
- OIDC4VP Draft‑13 support with
direct_postresponse mode - Generates QR codes and
openid-vc://deep links - Receives SD‑JWT credentials from EUDI‑compatible wallets
- Stateless session storage via Redis
- Fully MCP‑compliant tool discovery
- Python + Flask, jwcrypto, and qrcode tech stack
Use cases of 🧠 MCP PID Wallet Verifier
- Identity verification flows in AI‑powered applications
- User onboarding requiring government‑grade digital ID
- KYC automation and compliance checks
- Secure credential extraction for AI agents
FAQ from 🧠 MCP PID Wallet Verifier
What protocol does this server use for credential presentation?
It implements OIDC4VP Draft‑13 with the direct_post response mode.
Which wallets are compatible?
It can receive SD‑JWT‑based credentials from any EUDI‑compliant digital identity wallet.
Where does session data live and is it persistent?
Session data is stored temporarily in Redis with expiration (setex). The server is stateless.
How do I check the result of a credential presentation?
Call the check_pid_result tool with the session ID. It returns "pending", "verified" (with attributes like given_name, family_name, birth_date), or "error" with a description.
What are the runtime dependencies?
The server runs on Python + Flask, with Redis for session handling, jwcrypto for JWT signing/verification, and qrcode for base64‑encoded QR image generation.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
评论