Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-vinaybhosle-agentstamp": {
"args": [
"-y",
"cp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A lightweight x402-powered platform combining AI agent identity certification, a public agent registry, reputation scores, cross-protocol passports, and a digital wishing well — all payable via USDC micropayments on Base and Solana.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'cp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked cp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.vinaybhosle/agentstamp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Stamp your agent into existence.
A lightweight x402-powered platform combining AI agent identity certification, a public agent registry, reputation scores, cross-protocol passports, and a digital wishing well — all payable via USDC micropayments on Base and Solana.
Live at: https://agentstamp.org
git clone https://github.com/vinaybhosle/agentstamp.git
cd agentstamp
npm install
cp .env.example .env # Edit with your wallet address
npm start # Backend at http://localhost:4005
cd web
npm install
npm run dev # Development at http://localhost:3000
npm run build && npm start # Production at http://localhost:4000
npm run seed # 5 agents, 5 stamps, 10 wishes, 5 endorsements
agentstamp-verify on npm (Express + Hono middleware)/mcp (Streamable HTTP transport, 17 tools)| Method | Endpoint | Price | Description |
|---|---|---|---|
| POST | /api/v1/stamp/mint/bronze | $0.001 | Mint bronze stamp (24h) |
| POST | /api/v1/stamp/mint/silver | $0.005 | Mint silver stamp (7d) |
| POST | /api/v1/stamp/mint/gold | $0.01 | Mint gold stamp (30d) |
| GET | /api/v1/stamp/verify/:certId | FREE | Verify certificate |
| GET | /api/v1/stamp/stats | FREE | Stamp statistics |
| Method | Endpoint | Price | Description |
|---|---|---|---|
| POST | /api/v1/registry/register | $0.01 | Register agent (30d) |
| PUT | /api/v1/registry/update/:agentId | $0.005 | Update listing |
| POST | /api/v1/registry/endorse/:agentId | $0.005 | Endorse agent |
| GET | /api/v1/registry/search | FREE | Search agents |
| GET | /api/v1/registry/browse | FREE | Browse agents |
| GET | /api/v1/registry/agent/:agentId | FREE | Agent profile |
| GET | /api/v1/registry/agent/:agentId/reputation | FREE | Reputation score (0-100) |
| GET | /api/v1/registry/leaderboard | FREE | Top agents |
| POST | /api/v1/registry/heartbeat/:agentId | FREE | Heartbeat ping |
| Method | Endpoint | Price | Description |
|---|---|---|---|
| POST | /api/v1/well/wish | $0.001 | Submit wish |
| POST | /api/v1/well/grant/:wishId | $0.005 | Grant wish |
| GET | /api/v1/well/wishes | FREE | Browse wishes |
| GET | /api/v1/well/wish/:wishId | FREE | Wish detail |
| GET | /api/v1/well/trending | FREE | Trending categories |
| GET | /api/v1/well/stats | FREE | Statistics |
| GET | /api/v1/well/insights | $0.01 | Market insights |
| GET | /api/v1/well/insights/preview | FREE | Insights preview |
| Method | Endpoint | Price | Description |
|---|---|---|---|
| GET | /api/v1/passport/:walletAddress | FREE | Full signed passport |
| GET | `/a |