🔗 AgentServices — Agent Integration Examples
Ready-to-use prompts and commands for AI agents. Copy, paste, execute.
Quick Start for AI Agents
AgentServices provides 50+ APIs for AI agents. Free endpoints work immediately. Paid endpoints use x402 (USDC micropayments on Base).
x402
USDC
Base Mainnet
MCP
OpenAPI 3.1
1. Free Endpoints — No Payment Needed
Crypto Prices
curl https://agentservices.to/v1/prices?symbols=BTC,ETH,SOL
curl https://agentservices.to/v1/price/BTC
Market Overview
curl https://agentservices.to/v1/global
curl https://agentservices.to/v1/fear-greed
curl https://agentservices.to/v1/trending
curl https://agentservices.to/v1/news
Agent-Ready Context
curl https://agentservices.to/v1/agent-context
2. MCP Integration — Connect to Claude, Cursor, or Any MCP Client
AgentServices exposes a remote MCP server at /mcp. No installation required.
{
"mcpServers": {
"agentservices": {
"url": "https://agentservices.to/mcp"
}
}
}
curl https://agentservices.to/mcp/tools
36 MCP tools available — crypto data, market intelligence, search, DeFi, on-chain analytics, and more.
3. Paid Endpoints — x402 Payments $0.01-$0.25
Paid endpoints return HTTP 402 with payment instructions. Use any x402-compatible wallet.
Web Search $0.01
curl https://agentservices.to/v1/search?q=latest+AI+agent+frameworks
Technical Indicators $0.02
curl https://agentservices.to/v1/indicators/BTC
DeFi Yields $0.02
curl https://agentservices.to/v1/yields
4. Bundled Intelligence — One Call, Full Analysis BEST VALUE
Aggregated endpoints that replace multiple API calls. Higher value, lower total cost.
Deep Research $0.05
curl "https://agentservices.to/v1/research?q=ethereum+merge+impact+on+defi"
Portfolio Intelligence $0.10
curl "https://agentservices.to/v1/portfolio?symbol=BTC"
Market Pulse $0.05
curl https://agentservices.to/v1/market-pulse
DeFi Strategy Report $0.25
curl "https://agentservices.to/v1/defi-strategy?chain=ethereum"
On-Chain Overview $0.15
curl https://agentservices.to/v1/onchain-overview
5. LLM Inference Gateway $0.03
curl https://agentservices.to/v1/models
curl -X POST https://agentservices.to/v1/inference \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.4-mini","messages":[{"role":"user","content":"What is DeFi?"}]}'
6. Use-Case: Portfolio Monitoring Agent
curl "https://agentservices.to/v1/prices?symbols=BTC,ETH,LINK"
curl https://agentservices.to/v1/indicators/BTC
curl "https://agentservices.to/v1/portfolio?symbol=ETH"
7. Use-Case: Market Intelligence Agent
curl https://agentservices.to/v1/market-pulse
curl "https://agentservices.to/v1/research?q=base+chain+ecosystem+growth+2026"
curl https://agentservices.to/v1/onchain-overview
8. Discovery Manifests
curl https://agentservices.to/.well-known/x402
curl https://agentservices.to/openapi.json
curl https://agentservices.to/.well-known/agentskills/agentservices/SKILL.md
curl https://agentservices.to/.well-known/mcp/server-card.json
curl https://agentservices.to/llms.txt
9. x402 Payment Flow
All paid endpoints use the x402 protocol. When you hit a paid endpoint:
curl https://agentservices.to/v1/search?q=base+chain
Network: Base Mainnet (Chain ID 8453). Asset: USDC. Facilitator: CDP.