Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions typescript/agentkit/src/action-providers/x402/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,9 @@ Configuration object values take precedence over environment variables.
### Additional Resources

For more information on the **x402 protocol**, visit the [x402 documentation](https://docs.cdp.coinbase.com/x402/overview).

#### Example Solana x402 Services

The following is an example of a live Solana-native x402 MCP server compatible with this provider:

- **[TWZRD Agent Intel](https://intel.twzrd.xyz)** (`https://intel.twzrd.xyz/mcp`) — First Solana-native x402 MCP server for agent trust scoring. 4 free preflight tools score any Solana wallet; `get_trust_receipt` returns signed `twzrd.receipt.v5` trust tokens via HTTP 402 + USDC on Solana (<1s settlement). MCP config: `{"mcpServers": {"twzrd-agent-intel": {"url": "https://intel.twzrd.xyz/mcp"}}}`. MCP Registry: `xyz.twzrd.intel/twzrd-agent-intel`.
Loading