What
MarketNow MCP Server — an MCP server that provides trust verification capabilities to AI agents.
What it does
The MarketNow MCP server exposes UTA (Universal Trust Adapter) as an MCP tool. Agents can call it to verify credentials in 8 formats:
- ATC v3 (Agent Trust Card)
- JWT (with
x5c chain)
- W3C Verifiable Credentials
- A2A (Agent-to-Agent) cards
- EAT-AI (Entity Attestation Tokens)
- ZTA (Zero Trust Agent) cards
- MCP Server Cards
- X.509 certificates
Through a 12-stage pipeline: PARSER → DETECT → SCHEMA → CRYPTO → ISSUER → KEY_BINDING → POP → PROVENANCE → LIFECYCLE → EVIDENCE → POLICY → DECISION
MCP tools exposed
verify_credential — verify any credential, auto-detect format
translate_credential — translate between formats (e.g., JWT → W3C VC)
issue_credential — issue an ATC v3 card
bridge_credential — verify in ecosystem A, issue in B
list_formats — list supported formats
Stats
Suggested entry
- [MarketNow MCP Server](https://github.com/alicelabs-llc/universal-trust-adapter) - Trust verification for AI agents. Verifies credentials in 8 formats (ATC, JWT, W3C VC, A2A, EAT-AI, ZTA, MCP, X.509) through a 12-stage pipeline.
Happy to open a PR.
What
MarketNow MCP Server — an MCP server that provides trust verification capabilities to AI agents.
marketnow-mcp(v1.10.1, 1,154 monthly downloads)What it does
The MarketNow MCP server exposes UTA (Universal Trust Adapter) as an MCP tool. Agents can call it to verify credentials in 8 formats:
x5cchain)Through a 12-stage pipeline:
PARSER → DETECT → SCHEMA → CRYPTO → ISSUER → KEY_BINDING → POP → PROVENANCE → LIFECYCLE → EVIDENCE → POLICY → DECISIONMCP tools exposed
verify_credential— verify any credential, auto-detect formattranslate_credential— translate between formats (e.g., JWT → W3C VC)issue_credential— issue an ATC v3 cardbridge_credential— verify in ecosystem A, issue in Blist_formats— list supported formatsStats
Suggested entry
Happy to open a PR.