Skip to content

feat: add TWZRD Agent Intel MCP server#53

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

feat: add TWZRD Agent Intel MCP server#53
twzrd-sol wants to merge 1 commit into
jmanhype:mainfrom
twzrd-sol:main

Conversation

@twzrd-sol

Copy link
Copy Markdown

Summary

Adds TWZRD Agent Intel to the MCP Servers section — a trust scoring MCP server for AI agents on Solana.

  • Verify agent wallet identity before x402 micropayments
  • 4 free tools: resolve_agent, score_agent, preflight_check, verify_trust_receipt
  • Remote streamable-http transport
  • PyPI: https://pypi.org/project/twzrd-agent-intel/

MCP Config

{"mcpServers":{"twzrd-agent-intel":{"url":"https://intel.twzrd.xyz/mcp"}}}

🤖 Generated with Claude Code

@qodo-code-review

qodo-code-review Bot commented Jun 8, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (2) 📘 Rule violations (1)

Grey Divider


Remediation recommended

1. README adds intel.twzrd.xyz URL 📘 Rule violation ⛨ Security
Description
The change adds a concrete remote service endpoint (https://intel.twzrd.xyz) to a
repository-tracked file, which may be treated as a sensitive connection detail or production
configuration value. This can increase risk if the documented endpoint is copied into production
configs without review.
Code

README.md[43]

+| [TWZRD Agent Intel](https://intel.twzrd.xyz) | Remote HTTP | Solana AI agent trust scoring; verify wallet identity before x402 micropayments |
Evidence
PR Compliance ID 2 prohibits adding/modifying production configuration values or sensitive
connection details in repo-tracked files. The added README line introduces a specific remote
endpoint URL.

CLAUDE.md: Do Not Modify Production Configuration or Sensitive Connection Details
README.md[43-43]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
A repository-tracked documentation change adds a concrete remote endpoint URL (`https://intel.twzrd.xyz`). The compliance checklist prohibits introducing/modifying production configuration or sensitive connection details in version-controlled files.

## Issue Context
This PR adds the TWZRD Agent Intel entry in `README.md`, including a direct URL to the service. If this URL is considered a sensitive connection detail (or could be copied into production configuration), it may violate policy.

## Fix Focus Areas
- README.md[43-43]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


2. MCP server count wrong 🐞 Bug ≡ Correctness
Description
README’s Status table still says "MCP servers | 5" even though the MCP Servers section now lists 6
entries after adding TWZRD Agent Intel. This makes the Status section incorrect and misleading.
Code

README.md[43]

+| [TWZRD Agent Intel](https://intel.twzrd.xyz) | Remote HTTP | Solana AI agent trust scoring; verify wallet identity before x402 micropayments |
Evidence
The Status table reports 5 MCP servers, but the MCP Servers table contains 6 rows including the
newly added TWZRD entry.

README.md[7-13]
README.md[34-44]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The README Status metrics are now inconsistent with the actual number of MCP servers listed.

## Issue Context
A new MCP server row was added, but the Status table count was not updated.

## Fix Focus Areas
- README.md[7-13]
- README.md[34-44]

## Proposed fix
- Update the Status row `MCP servers | 5` to `MCP servers | 6`.
- (Optional, if this repo treats it as a manual freshness indicator) update `Last updated` to the current quarter/year.

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools



Advisory comments

3. Auth column ambiguous 🐞 Bug ⚙ Maintainability
Description
The TWZRD row uses "Remote HTTP" in the "Auth" column, but other entries use authentication
mechanisms like "OAuth" and "Token", so the meaning becomes unclear. Clarify by using an auth
mechanism label consistent with the column, or adjust the column naming if it’s intended to include
transport type.
Code

README.md[43]

+| [TWZRD Agent Intel](https://intel.twzrd.xyz) | Remote HTTP | Solana AI agent trust scoring; verify wallet identity before x402 micropayments |
Evidence
The table header labels the second column as "Auth" and existing entries populate it with auth
mechanisms (OAuth/Token), while the new entry uses a transport-like label.

README.md[36-43]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The MCP Servers table’s `Auth` column is used for auth mechanisms (e.g., OAuth/Token), but the new TWZRD entry uses `Remote HTTP`, which reads like a transport type.

## Issue Context
This makes the table harder to scan because readers can’t reliably interpret what authentication is required for that MCP server.

## Fix Focus Areas
- README.md[36-43]

## Proposed fix options
- Change the TWZRD `Auth` cell to an auth mechanism label consistent with the table (e.g., `None`, `Token`, etc.), and move transport details into the Coverage/description text.
- If the intent is to track transport in this column, rename the column header from `Auth` to something like `Auth / Transport` and adjust existing rows accordingly.

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

@qodo-code-review

Copy link
Copy Markdown

Review Summary by Qodo

Add TWZRD Agent Intel MCP server for Solana trust scoring

✨ Enhancement 📝 Documentation

Grey Divider

Walkthroughs

Description
• Adds TWZRD Agent Intel MCP server to documentation
• Enables Solana AI agent trust scoring and verification
• Provides wallet identity verification before micropayments
• Includes remote HTTP transport integration
Diagram
flowchart LR
  MCP["MCP Servers List"] -- "adds new entry" --> TWZRD["TWZRD Agent Intel"]
  TWZRD -- "provides" --> TrustScoring["Solana Agent Trust Scoring"]
  TWZRD -- "enables" --> WalletVerification["Wallet Identity Verification"]
  WalletVerification -- "supports" --> Micropayments["x402 Micropayments"]

Loading

Grey Divider

File Changes

1. README.md 📝 Documentation +1/-0

Add TWZRD Agent Intel MCP server entry

• Added TWZRD Agent Intel entry to MCP Servers table
• Includes link to intel.twzrd.xyz service
• Documents Remote HTTP transport type
• Describes Solana AI agent trust scoring and wallet verification capabilities

README.md


Grey Divider

Qodo Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant