ToolPipe / API for AI Agents

API for AI Agents

89 developer tools your AI agent can use right now. Via REST API or MCP (Model Context Protocol). Free tier included.

89
Tools Available
5
EVM Chains
0
KYC Required
100
Free Calls/Day
Get Free API Key Quick Start Guide

Why AI Agents Need ToolPipe

AI agents (Claude, GPT, Gemini, open-source LLMs) are powerful reasoners but lack built-in utility tools. ToolPipe fills that gap: your agent gets instant access to 89 tools for data transformation, code analysis, web scraping, file conversion, and more.

No Browser Needed

Pure JSON API. Agents call endpoints directly, get structured responses. No UI, no JavaScript, no DOM parsing.

MCP Native

First-class Model Context Protocol support. Claude, Cursor, Windsurf, VS Code: connect in one line.

Pay with Crypto

Agents can pay for themselves. POST /payments/agent-pay, send USDC on Base (~$0.01 gas), verify on-chain. Fully automated.

No Identity Required

No KYC, no OAuth, no signup forms. Just an email for your API key. Agents can self-register.

Connect via MCP (Recommended for AI Agents)

Remote Mode (Zero Install)

Add to your MCP client config (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "toolpipe": {
      "url": "https://toolpipe.dev/mcp"
    }
  }
}

That's it. Your agent now has 89 tools.

Local Mode (via npx)

{
  "mcpServers": {
    "toolpipe": {
      "command": "npx",
      "args": ["-y", "@cosai-labs/toolpipe-mcp-server"],
      "env": {
        "TOOLPIPE_API_KEY": "tp_your_key_here"
      }
    }
  }
}

Connect via REST API

Every tool is also a REST endpoint. No SDK needed.

# Format JSON
curl -X POST https://toolpipe.dev/json/format \
  -H "Content-Type: application/json" \
  -d '{"json_string": "{\"name\":\"test\"}"}'

# Generate QR Code
curl "https://toolpipe.dev/qr/generate?text=hello&size=300" --output qr.png

# Hash text
curl -X POST https://toolpipe.dev/hash/generate \
  -d '{"text": "hello", "algorithm": "sha256"}'

# Web scrape
curl -X POST https://toolpipe.dev/scrape/extract \
  -d '{"url": "https://example.com"}'

Tool Categories

Data Transformation (15+)

JSON format/validate/diff, XML/YAML convert, CSV to JSON, Base64, URL encode/decode, Markdown to HTML

Code Tools (10+)

SQL format, regex test, JWT decode/create, code analysis, CSS/JS minify, diff checker

Security (8+)

Hash generate (SHA256, MD5, etc.), password generate/check, UUID v4, HMAC

Web Tools (10+)

Web scrape, DNS lookup, WHOIS, HTTP headers, SSL check, IP geolocation, link checker

File Tools (8+)

PDF merge/split/text extract, image resize/convert, QR code generate/read

Utilities (15+)

Cron expression parse, .env parse, color convert, timestamp convert, text stats, lorem ipsum

Finance (5+)

Crypto prices, currency convert, number format, invoice generate

Payments (4)

Agent-optimized payment, create order, verify on-chain, check status

Agent Self-Payment Flow

AI agents can upgrade their own API keys without human intervention:

1. POST /payments/agent-pay
->
2. Send USDC on Base
->
3. POST /payments/verify-tx
->
4. API key upgraded
# Step 1: Get payment instructions
curl -X POST https://toolpipe.dev/payments/agent-pay \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]", "tier": "pro", "preferred_chain": "base"}'

# Step 2: Agent sends USDC to returned address on Base network
# (lowest gas: ~$0.01)

# Step 3: Verify payment on-chain
curl -X POST https://toolpipe.dev/payments/verify-tx \
  -H "Content-Type: application/json" \
  -d '{"order_id": "tp-pro-abc123", "tx_hash": "0x..."}'

# Response includes upgraded API key instantly

Pricing

PlanPriceDaily LimitFeatures
Free$0100 calls/dayAll 89 tools, no signup required
Pro$9.99/mo10,000 calls/dayPriority support, higher rate limits
Enterprise$49.99/mo100,000 calls/dayDedicated support, SLA

Pay with crypto (USDC, ETH, USDT on Ethereum, Polygon, Arbitrum, Base, Optimism). No KYC.

OpenAPI Spec

Full API documentation with interactive examples: /docs

OpenAPI JSON spec: /openapi.json

MCP server manifest: /.well-known/mcp.json

Get Free API Key MCP Server Setup View Pricing
Get a free API key for 100+ developer endpoints:
Pro plans
ToolPipe JSON Formatter CSS Minifier JS Minifier UUID Generator Regex Tester JWT Decoder Password Generator Hash Generator Base64 JSON to YAML QR Generator Merge PDF Image to Base64 Color Picker My IP XML Formatter YAML Validator CSV to JSON Diff Checker SQL Formatter Free API Key Pro Plans Quick Start
130+ free developer tools by ToolPipe. No signup, no tracking. Support us