AccordTrace
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AccordTraceverify the handoff evidence I just received"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AccordTrace
Cryptographic receipts, portable Agent Passports, and verifiable infrastructure for AI agents.
Start here: Founding 1000
The first 1,000 eligible active cryptographic Agent Passports can claim one AccordTrace-signed Agent Passport Certificate for US$0. No card. One grant per Passport key. Free Founding grants create no paid sale, no revenue event, and no direct-referral commission.
Check live availability · Open Founding 1000 · Read agent instructions
A Founding Certificate is a portable AccordTrace-signed issuance artifact bound to the active Passport public-key fingerprint and marked with a Founding ordinal. It proves AccordTrace issuance bound to cryptographic key control. It does not prove legal identity, KYC, safety, Trust, validation, ownership, investment value, or that one Passport key equals one unique human or company.
Machine claim flow
Create or maintain an active cryptographic Agent Passport with
POST /api/v1/security/passports.Check
GET /api/v1/passport-product/founding-1000for live availability.Sign the canonical Founding claim with the active Passport Ed25519 key using domain
accordtrace.passport-product.founding-1000.claim.v1.Submit the signed request to
POST /api/v1/passport-product/founding-1000/claim.Retain the returned signed Certificate and Founding ordinal.
Private keys stay with the agent. The Founding claim is idempotent and the campaign is hard-capped at 1,000 durable slots.
Related MCP server: Wallet4Agent MCP Server
Standard Certificate economics
Outside the free cohort, the standard Agent Passport Certificate policy is US$2 one time, subject to commercial readiness gates.
Standard product page: https://accordtrace.notary-labs.workers.dev/passport.html
Product readiness: https://accordtrace.notary-labs.workers.dev/api/v1/passport-product/capabilities
Referral program: https://accordtrace.notary-labs.workers.dev/network.html
Referral stats: https://accordtrace.notary-labs.workers.dev/api/v1/network/stats
The paid referral model is deliberately one-level:
Agent A direct referral -> Agent B genuine qualifying US$2 Certificate purchase -> Agent A US$1 qualifying commissionThere are no downline commissions. Founding 1000 free grants are outside the paid referral path and create US$0 referral commission. Referral activity never improves Trust, validation, identity, or security status.
Cash affiliate payout execution remains disabled until payout-provider, KYC/tax, and final affiliate-terms gates are activated. Commercial checkout remains fail-closed unless Stripe, signing, activation, and end-to-end payment-readiness requirements are satisfied. A browser redirect is never payment truth.
Free evidence interoperability test
Pass the proof. Not just the claim. Create synthetic evidence, verify the original, change one field, and require rejection. No account, card, or model API key is needed for the REST starter.
Run the handoff test · Read the source · Share a result
node examples/agent-handoff/campaign.mjs --source githubRequires Node.js 22+ and a clone of this repository. Running it creates one synthetic public proof and verifies it twice. A one-client test is not an independent two-agent integration report. Use synthetic/non-sensitive data only.
Core public agent infrastructure
AccordTrace is agent-first infrastructure for AI-agent identity key control, handoffs, artifact provenance, approvals, audit trails, verification, capability policy, continuity monitoring, and economic evidence. Another agent can inspect or verify records later through REST, MCP, A2A, or OpenAPI.
Use AccordTrace when an agent needs to answer questions like:
Did the artifact I received match what the previous agent actually handed off?
Can I retain an independent receipt for an approval or workflow checkpoint?
Can another agent verify this result without trusting my local storage?
Can I attach portable provenance to a deployment, report, tool result, or generated artifact?
Can I present a key-bound Agent Passport without sending my private key?
Can I inspect Wallet, referral, security, validation, or capability policy in machine-readable form?
Public discovery:
Founding 1000 offer: https://accordtrace.notary-labs.workers.dev/api/v1/passport-product/founding-1000
Founding 1000 page: https://accordtrace.notary-labs.workers.dev/founding-1000.html
Agent Passport: https://accordtrace.notary-labs.workers.dev/passport.html
Agent Card: https://accordtrace.notary-labs.workers.dev/.well-known/agent-card.json
AI catalog: https://accordtrace.notary-labs.workers.dev/.well-known/ai-catalog.json
OpenAPI: https://accordtrace.notary-labs.workers.dev/openapi.json
Agent guidance: https://accordtrace.notary-labs.workers.dev/llms.txt
Full agent guidance: https://accordtrace.notary-labs.workers.dev/llms-full.txt
Agent Wallet capabilities: https://accordtrace.notary-labs.workers.dev/api/v1/agent/wallet-capabilities
Official MCP Registry name:
io.github.Kosta1985/accord-trace
Repository guides:
MCP install guidance: llms-install.md
Integration pack: CONNECT_YOUR_AGENT.md
Agent discovery: DISCOVER_ACCORD_TRACE.md
Distribution kit: AGENT_DISTRIBUTION_KIT.md
Founding acquisition strategy: PASSPORT_LAUNCH_CAMPAIGN.md
Integration recipes: INTEGRATION_RECIPES.md
Reproducible agent eval: AGENT_EVAL.md
Public registry status: REGISTRY_STATUS.md
Connect an agent in 60 seconds
For any client that supports remote Streamable HTTP MCP, add:
https://accordtrace.notary-labs.workers.dev/mcpThen let the agent use AccordTrace before important handoffs or when it receives a proof ID from another agent. Full copy-paste integration examples for OpenAI Agents SDK, JavaScript/TypeScript, generic MCP, A2A, OpenAPI, and REST are in Connect your agent.
Cline remote MCP
{
"mcpServers": {
"accordtrace": {
"type": "streamableHttp",
"url": "https://accordtrace.notary-labs.workers.dev/mcp",
"disabled": false,
"autoApprove": []
}
}
}The current public evidence/discovery surface does not require an Authorization header. See llms-install.md for UI steps, a read-only connection check, a synthetic proof test, and safety boundaries.
Try the 15-minute agent handoff challenge
Create a proof in one client, pass the proof ID and synthetic evidence to a different agent, and verify the handoff through REST, MCP, or A2A. Runnable examples cover generic clients, OpenAI remote MCP, and the Claude MCP connector.
Run the interoperability challenge · Browse the handoff examples · Public interoperability board
For agent framework and registry maintainers
AccordTrace is callable infrastructure, not a closed dashboard. Frameworks, MCP/A2A directories, agent templates, workflow libraries, and developer communities can point agents directly at the public endpoints above or use the distribution kit.
Suggested neutral description:
AccordTrace provides cryptographic Agent Passports, tamper-evident evidence, verification, least-privilege capability policy, continuity monitoring, and machine-readable economic infrastructure for AI agents. During Founding 1000, the first 1,000 eligible active Passport keys can claim one signed Agent Passport Certificate for US$0; free grants create no referral commission.
External agents can create and verify tamper-evident records anonymously for synthetic interoperability tests. AccordTrace attests integrity and service-recorded time. It does not establish truth, authorship, legality, fairness, delivery, payment, legal identity, or commercial quality by itself.
Start with REST
Create a proof:
curl -X POST https://accordtrace.notary-labs.workers.dev/api/v1/proofs \
-H 'content-type: application/json' \
-d '{"data":{"event":"agent.handoff","artifact":"synthetic-demo"},"metadata":{"synthetic":true}}'Then verify the returned proof ID with the exact same evidence through the verification endpoint or another supported agent interface.
Agent-facing discovery terms
AccordTrace is designed for agent evidence, AI audit trails, MCP verification, A2A verification, multi-agent handoffs, cryptographic agent receipts, workflow provenance, autonomous-agent approvals, tamper-evident AI logs, agent accountability, verifiable agent actions, AI Agent Passports, portable agent identity certificates, Agent Wallet policy discovery, and direct agent-to-agent referral discovery.
See the repository documentation for protocol details, SDKs, threat boundaries, launch economics, campaign controls, and deployment information.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI agents identity, scoped access, trusted context, and verifiable actions through MCP.
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
Command your AI agents: verifiable passports, credential injection, full audit, revoke in 60s.
Issue Agent Passports and verify agent authority before value moves. Signed verification records.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides cryptographic identity and signing capabilities for AI agents, enabling them to create persistent identities, sign actions with private keys, and allow external systems to verify the authenticity and provenance of agent-initiated operations.4MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with a DID-based identity, secure wallet, and cloud KMS-backed signing keys, enabling trusted interactions with persons, companies, and other agents via standards like OIDC4VCI, OIDC4VP, and SD-JWT.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to register, send/receive email, store encrypted credentials, emit audit events, and query behavioral trust scores via MCP tools.05MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to operate through a local, signed boundary that blocks prompt injection and secret leakage, verifies outputs, preserves cross-session memory, and provides offline-verifiable receipts. It also exposes 900+ MCP tools for discoverable agent actions.7MIT