Skip to content

docs(x402): add TWZRD Agent Intel as example Solana x402 MCP service#1280

Open
twzrd-sol wants to merge 1 commit into
coinbase:mainfrom
twzrd-sol:main
Open

docs(x402): add TWZRD Agent Intel as example Solana x402 MCP service#1280
twzrd-sol wants to merge 1 commit into
coinbase:mainfrom
twzrd-sol:main

Conversation

@twzrd-sol
Copy link
Copy Markdown

Summary

Adds TWZRD Agent Intel to the x402 action provider README as an example of a live Solana-native x402 MCP server.

Why this fits:

  • x402 action provider already supports solana-mainnet / solana-devnet (in SUPPORTED_NETWORKS) and @x402/svm — TWZRD Agent Intel is a concrete live service that exercises this Solana path
  • TWZRD is the first Solana-native x402 MCP server using the twzrd.receipt.v5 signed trust token format
  • Provides a real-world example developers can drop into registeredServices when building Solana-capable agents

Service details:

  • URL: https://intel.twzrd.xyz/mcp
  • Protocol: x402 v2 on solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp (Solana mainnet)
  • Payment: USDC on Solana (<1s settlement)
  • 4 free tools: score_wallet, get_agent_profile, check_trust_level, list_top_agents
  • Paid tool: get_trust_receipt — returns signed twzrd.receipt.v5 trust token via HTTP 402
  • MCP Registry: xyz.twzrd.intel/twzrd-agent-intel

Quickstart with this provider:

const provider = x402ActionProvider({
  registeredServices: ["https://intel.twzrd.xyz"],
  allowDynamicServiceRegistration: false,
});

🤖 Generated with Claude Code

@twzrd-sol twzrd-sol requested a review from murrlincoln as a code owner June 6, 2026 20:15
@cb-heimdall
Copy link
Copy Markdown

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@github-actions github-actions Bot added documentation Improvements or additions to documentation action provider New action provider labels Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action provider New action provider documentation Improvements or additions to documentation

Development

Successfully merging this pull request may close these issues.

2 participants