Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.twzrd-agent-intel]
url = "https://intel.twzrd.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"twzrd-agent-intel": {
"type": "http",
"url": "https://intel.twzrd.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: twzrd-agent-intel
Remote MCP URL: https://intel.twzrd.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"twzrd-agent-intel": {
"url": "https://intel.twzrd.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"twzrd-agent-intel": {
"type": "http",
"url": "https://intel.twzrd.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "twzrd-agent-intel",
"transport": "streamable-http",
"url": "https://intel.twzrd.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_readiness_card_tool— PRIMARY free pre-spend gate (advisory).evaluate_x402_resource— One-shot x402 guard.low_level_preflight— Low-level preflight check.verify_root_inputs— Independent root verification (see tools/root_verifier.get_solana_market_status— Health probe for the Solana Market API data backend.get_solana_market_visibility_map— Returns the current Solana Market API visibility map (which markets have meaningful on-chain settlement activity and liquidity signals).get_solana_market_orderbook_depth— Returns normalized orderbook depth and liquidity profile for a specific ticker from Solana Market API data.get_solana_market_shape— Returns market shape / structure signals for a ticker (concentration, venue fragmentation, settlement patterns).