{
  "markdown": "# CyberWareX MCP Servers\n\nMCP (Model Context Protocol) servers for the [CyberWareX](https://cyberwarex.com) suite —\npay-per-call APIs built for AI agents. Every backing API is **live**, speaks\n[x402](https://docs.x402.org) (HTTP 402 → pay USDC on Base → result), and needs\n**no account and no API key**: the first paid call is the entire onboarding.\n\n| Server | Tools | What it does | Price |\n|---|---|---|---|\n| [`web-access`](web-access/) | `web_fetch` `web_extract` `web_screenshot` `web_pdf` | Live web pages as LLM-ready markdown, CSS extraction, screenshots, PDFs | $0.005–$0.01 |\n| [`defi-oracle`](defi-oracle/) | `token_safety` `honeypot_check` `contract_risk` | \"Is this token safe to trade?\" — live buy/sell simulation, contract powers, A–F grade with evidence (Base + BSC). **3 free calls/day** with header `X-Free-Trial: 1` — try before funding a wallet | $0.01–$0.03 |\n| [`chain-data`](chain-data/) | `chain_wallet` `chain_token` `chain_price` `chain_gas` `chain_tx` `chain_ens` | EVM data across Base, Ethereum, Arbitrum, Optimism, Polygon — no RPC keys, no node | $0.002–$0.004 |\n| [`voice-stt`](voice-stt/) | `voice_transcribe` | Voice messages → text, per 10-second block | $0.015 |\n\n## Install\n\n```bash\npip install mcp requests\n```\n\nEach server is a single self-contained file speaking MCP over stdio:\n\n```bash\npython web-access/mcp_server.py\n```\n\n### Claude Desktop / Claude Code config\n\n```json\n{\n  \"mcpServers\": {\n    \"cyberwarex-web\":    { \"command\": \"python\", \"args\": [\"/path/to/cyberwarex-mcp/web-access/mcp_server.py\"] },\n    \"cyberwarex-oracle\": { \"command\": \"python\", \"args\": [\"/path/to/cyberwarex-mcp/defi-oracle/mcp_server.py\"] },\n    \"cyberwarex-chain\":  { \"command\": \"python\", \"args\": [\"/path/to/cyberwarex-mcp/chain-data/mcp_server.py\"] },\n    \"cyberwarex-voice\":  { \"command\": \"python\", \"args\": [\"/path/to/cyberwarex-mcp/voice-stt/mcp_server.py\"] }\n  }\n}\n```\n\n## How payment works\n\nThese servers **never hold keys and never pay**. An unpaid tool call returns the x402\ninvoice (`x402_payment_required: true` with the full `accepts` block) so the *calling\nagent's* x402 client can sign the gasless EIP-3009 USDC authorization and retry —\neither through the agent's own payment stack, or by setting the `*_X_PAYMENT` env var\nwith a pre-signed payment header.\n\nMachine-readable catalog of everything: **https://cyberwarex.com/.well-known/x402**\n(LLM-readable summary at [/llms.txt](https://cyberwarex.com/llms.txt)).\n\n## Configuration (env vars)\n\n| Server | Base URL override | Payment header | Timeout |\n|---|---|---|---|\n| web-access | `AWA_BASE_URL` | `AWA_X_PAYMENT` | `AWA_TIMEOUT` |\n| defi-oracle | `DSO_BASE_URL` | `DSO_X_PAYMENT` | `DSO_TIMEOUT` |\n| chain-data | `CHAIN_BASE_URL` | `CHAIN_X_PAYMENT` | `CHAIN_TIMEOUT` |\n| voice-stt | `VOICE_BASE_URL` | `VOICE_X_PAYMENT` | `VOICE_TIMEOUT` |\n\nDefaults point at the live public services — they work out of the box.\n\n## License\n\nMIT — see [LICENSE](LICENSE). Contact: x402@cyberwarex.com\n",
  "bytes": 2972,
  "sha": "de77cba3ad2e77c98eeb43c7e29bc4f4565330ea82672f767ce908f7f54ca9e9",
  "repo_slug": "cyberpunk11147/cyberwarex-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_cyberpunk11147_cyberwarex_voic_67e17919/readme"
}