examples(mcp): add TWZRD Agent Intel trust verification example#3592
examples(mcp): add TWZRD Agent Intel trust verification example#3592twzrd-sol wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 62733ab844
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | `score_agent(wallet)` | Trust score (0-100) + reputation | Free | | ||
| | `resolve_agent(wallet)` | Agent identity resolution | Free | | ||
| | `preflight_check(wallet)` | Pre-transaction safety check | Free | | ||
| | `verify_trust_receipt(receipt)` | Verify x402 receipt | Free | | ||
| | `get_trust_receipt(wallet)` | Full trust receipt | x402 | |
There was a problem hiding this comment.
Use the actual TWZRD MCP tool names
The published TWZRD MCP package docs list the remote MCP tools as get_readiness_card_tool, dexter_preflight, score_wallet_for_intel, get_top_intel_agents, and the Solana market intel tools, not the names shown here. Users following this table or adapting prompts to call score_agent/preflight_check will hit tool-not-found failures instead of reproducing the example, so the example should document the server's actual tool names.
Useful? React with 👍 / 👎.
|
Please feel free to have this in your own repo |
Summary
Adds a Streamable HTTP remote MCP example using TWZRD Agent Intel — a zero-install remote MCP server for trust scoring and x402 payment verification of AI agents on Solana.
Files:
examples/mcp/twzrd_trust_verification/main.pyexamples/mcp/twzrd_trust_verification/README.mdWhat it demonstrates
Uses
MCPServerStreamableHttp(same pattern asstreamable_http_remote_example) to connect tohttps://intel.twzrd.xyz/mcpand create an agent that can:Why this fits here
The
examples/mcp/streamable_http_remote_exampleusesMCPServerStreamableHttpfor DeepWiki. TWZRD is another production remote MCP server demonstrating the same transport for a different domain — agent trust infrastructure, relevant for the emerging agentic economy where agents need to evaluate counterparty trustworthiness.Running it
pip install openai-agents export OPENAI_API_KEY=sk-... python examples/mcp/twzrd_trust_verification/main.pyNo TWZRD API key needed (free tier). No local server setup required.
TWZRD Agent Intel
https://intel.twzrd.xyz/mcp(Streamable HTTP)pip install twzrd-agent-intel