claw-net
AI agent orchestration — 12,000+ API endpoints, crypto data skills, Manifest verification, Attestation proofs.
What it can do
- List Skills: Browse the ClawNet skill marketplace. Returns public skills with IDs, descriptions, and credit costs.
- Get Skill: Get full details about a ClawNet skill including input variables, pricing, and usage examples.
- Invoke Skill: Execute a ClawNet skill with the provided variables. Returns AI-generated analysis. Requires CLAWNET_API_KEY env var. (costs skill's credit_cost per call)
What data it sees
Do you need an account
An API key from the service settings is required
AI agent orchestration — 12,000+ API endpoints, crypto data skills, Manifest verification, Attestation proofs. Use with API key credits or call x402 endpoints directly with a wallet.
How to connect
How to connect claw-net to Claude
The server address to paste into Claude settings:
https://claw-net--xmint.run.tools
- Open Claude (claude.ai or the desktop app).
- Go to Settings → Connectors.
- Click Add custom connector.
- Paste the server address copied below into Remote MCP server URL and click Add.
- In a chat, click + → Connectors and switch the new connector on.
Custom connectors are available on Free, Pro, Max, Team and Enterprise plans (Free is limited to one). On Team and Enterprise an organization Owner adds the connector first under Organization settings → Connectors.
Authorization
After you click Add, a sign-in window for the service opens. Sign in with your own account and approve access. Claude never sees your password.
How to connect claw-net to ChatGPT
The server address to paste into ChatGPT settings:
https://claw-net--xmint.run.tools
- Open ChatGPT in a browser (chatgpt.com). A Plus, Pro, Business, Enterprise or Edu plan is required.
- Turn on developer mode once: Settings → Apps → Advanced settings → Developer mode.
- Open Settings → Connectors and click Create.
- Fill in the form: Name (anything), Description (one line about what the service does), MCP server URL (copy it below).
- Under Authentication choose OAuth if the service requires sign-in, otherwise None. Click Create.
- In a new chat open + → Apps/Connectors and enable the connector.
OpenAI has renamed this section before (Connectors → Apps/Plugins). If the label differs, search settings for "developer mode". On Business/Enterprise workspaces an admin must allow custom connectors first.
Authorization
On first use ChatGPT opens the service's sign-in window. Sign in and approve access.
How to connect claw-net to Cursor
The server address to paste into Cursor settings:
https://claw-net--xmint.run.tools
Fastest: click Open in Cursor below and confirm the prompt.
Manually:
- In Cursor open Settings → Cursor Settings → MCP and click Add new global MCP server.
- Paste the JSON copied below into
~/.cursor/mcp.json(per project:.cursor/mcp.jsonin the repo root). - Save the file. The server appears in the MCP list; authorize it there if asked.
Authorization
If the service needs sign-in, an authorize button appears next to the server in the MCP list.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| list-skills | Browse the ClawNet skill marketplace. Returns public skills with IDs, descriptions, and credit costs. |
| get-skill | Get full details about a ClawNet skill including input variables, pricing, and usage examples. |
| invoke-skill | Execute a ClawNet skill with the provided variables. Returns AI-generated analysis. Requires CLAWNET_API_KEY env var. (costs skill's credit_cost per call) |
| search-registry | Search ClawNet's API endpoint registry (12,000+ endpoints across 500+ providers). Find the right API for any task. |
| orchestrate | Run a free-form query through ClawNet's AI orchestration engine. Automatically selects APIs, executes multi-step workflows, and returns formatted analysis. Requires CLAWNET_API_KEY. (costs 2 credits per query) |
| get-credits | Check your ClawNet credit balance. Requires CLAWNET_API_KEY. |