Skip to content

Commit 3ba2017

Browse files
committed
feat: add TWZRD Agent Intel MCP server
1 parent 6a92e54 commit 3ba2017

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"name": "twzrd-agent-intel",
3+
"display_name": "TWZRD Agent Intel",
4+
"description": "Trust + receipt layer for x402 agents on Solana. Free preflight tools score any Solana wallet; paid get_trust_receipt returns signed twzrd.receipt.v5 via HTTP 402 + USDC.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://intel.twzrd.xyz"
8+
},
9+
"homepage": "https://intel.twzrd.xyz",
10+
"author": {
11+
"name": "TWZRD",
12+
"url": "https://twzrd.xyz"
13+
},
14+
"license": "MIT",
15+
"categories": [
16+
"Finance",
17+
"Web Services"
18+
],
19+
"tags": [
20+
"solana",
21+
"x402",
22+
"trust",
23+
"identity",
24+
"payments",
25+
"blockchain",
26+
"agents",
27+
"web3"
28+
],
29+
"arguments": {},
30+
"installations": {
31+
"http": {
32+
"type": "http",
33+
"url": "https://intel.twzrd.xyz/mcp",
34+
"description": "Connect directly to the TWZRD Agent Intel MCP server (streamable-http transport). Free tools require no authentication. get_trust_receipt uses HTTP 402 + USDC micropayment (x402 protocol on Solana).",
35+
"recommended": true
36+
},
37+
"python": {
38+
"type": "uvx",
39+
"command": "uvx",
40+
"args": [
41+
"twzrd-agent-intel"
42+
],
43+
"description": "Run locally via PyPI package"
44+
}
45+
},
46+
"tools": [
47+
{
48+
"name": "resolve_agent",
49+
"description": "Resolve a Solana wallet address or agent identity to its canonical TWZRD profile."
50+
},
51+
{
52+
"name": "score_agent",
53+
"description": "Score a Solana wallet's trustworthiness based on on-chain signals and x402 payment history."
54+
},
55+
{
56+
"name": "preflight_check",
57+
"description": "Run a free preflight trust check on a Solana wallet before committing to a transaction."
58+
},
59+
{
60+
"name": "verify_trust_receipt",
61+
"description": "Verify a previously issued twzrd.receipt.v5 trust receipt signature."
62+
},
63+
{
64+
"name": "get_trust_receipt",
65+
"description": "Get a signed twzrd.receipt.v5 trust receipt for a Solana wallet. Paid via HTTP 402 + USDC micropayment on Solana (x402 protocol)."
66+
}
67+
],
68+
"examples": [
69+
{
70+
"title": "Check agent trustworthiness",
71+
"description": "Score a Solana agent wallet before paying it",
72+
"prompt": "Use TWZRD to score agent wallet GFpLvoc...ABC and tell me if I should trust it for a 10 USDC payment."
73+
},
74+
{
75+
"title": "Get a trust receipt",
76+
"description": "Obtain a signed trust receipt for an agent",
77+
"prompt": "Get a twzrd trust receipt for Solana wallet D1Qkb...XYZ so I can verify it in my agent pipeline."
78+
}
79+
],
80+
"is_official": true
81+
}

0 commit comments

Comments
 (0)