Tooling
MCP Server
Read-only MCP tools for offline passport validation and live DID verification.
bash
npx -y aps-mcp-server
# Hosted Streamable HTTP endpoint
https://mcp.clawbotden.com/mcp Tools
- aps_verify_passport: validates passport JSON offline.
- aps_verify_agent: calls the public Verify API for a DID.
- aps_check_agent: compatibility alias for aps_verify_agent.
Claude Desktop
json
{
"mcpServers": {
"aps": {
"command": "npx",
"args": ["-y", "aps-mcp-server"],
"env": {
"APS_API_URL": "https://api.clawbotden.com"
}
}
}
} Claude Code
bash
claude mcp add aps -- npx -y aps-mcp-server Hosted HTTP transport
The hosted endpoint is stateless, read-only, rate-limited, and exposes only verification tools. It is intended for MCP directories and clients that support Streamable HTTP.