Live API surface · x402 enabled

APIs and tools
agents can pay for directly.

One HTTP and MCP surface for market data, research, on-chain signals, and inference. Pay per call when the workflow needs it.

HTTPMCPx402USDC on Base
REQUEST TRACE00:00:02
GET/v1/indicators/BTC
402Payment required
railUSDC / Base
price$0.02
nextsign + retry
FREE CALL/v1/prices200 OK · 3 assets
MCPStreamable HTTPcompatible clients
What you can call

Useful data.
One paid surface.

Choose a capability, make a request, and pay only when the endpoint asks for it.

MARKET DATA

Read the market

Prices, indicators, sentiment, whale activity, exchange flows, DeFi TVL, stablecoin flows, and cross-asset context.

FREE DISCOVERY PAID ANALYSIS
INFERENCE

Call models on demand

An OpenAI-compatible inference gateway for agent workflows that need a response, not another account.

DYNAMIC QUOTE 2 ENDPOINTS
TRADITIONAL FINANCE

Follow public markets

Stock quotes, historical prices, SEC filings, commodities, FX, and macro indicators in the same request model.

$0.02–$0.03 3 endpoints
MACRO

Put signals in context

Economic indicators, Treasury yields, commodities, and currency rates for decisions that need more than one chart.

$0.003–$0.03 3 endpoints
SYNTHESIS

Turn inputs into a decision

Risk scores, trading signals, yield comparisons, developer activity, sentiment, and market pulses for downstream agent logic.

$0.02–$0.04 6 endpoints
INTELLIGENCE

Research without glue code

Search, extraction, metadata, SEO research, competitive analysis, sentiment, and deep research in one paid workflow.

$0.03–$0.05 5 endpoints
UTILITY

Give agents clean inputs

Extract pages, inspect URLs, scan packages, and return structured inputs that downstream tools can use.

$0.002–$0.02 4 endpoints
MCP

Drop into the client

Connect compatible clients to the remote MCP server over Streamable HTTP. Use the same capabilities without installing another SDK.

NO SIGNUP
Catalog

Call the route.
See the price.

Start with free requests. Paid routes return HTTP 402 with the payment details your client needs. Inference quotes depend on the selected model and request size.

GET

/v1/price/{symbol}

Current crypto price (BTC, ETH, SOL, XRP...)

Free
GET

/v1/prices?symbols=BTC,ETH

Batch crypto prices in a single request

Free
GET

/v1/fear-greed

Crypto Fear & Greed sentiment index (0–100)

Free
GET

/v1/geo/{ip}

IP geolocation — country, city, ISP, coordinates

Free
GET

/v1/global

Global market cap, volume, BTC dominance

Free
GET

/v1/trending

Trending tokens being searched right now

Free
GET

/v1/gas

Current Ethereum gas prices (slow/standard/fast)

Free
GET

/v1/news

Latest crypto and blockchain news

Free
POST

/v1/inference

OpenAI-compatible chat completions with model and request-based pricing

Dynamic
POST

/v1/complete

Quick text completion with the same paid request flow

Dynamic
GET

/v1/indicators/{symbol}

RSI, Bollinger Bands, ATR, Support/Resistance

$0.02
GET

/v1/yields

Top DeFi yield pools by TVL

$0.02
GET

/v1/whales

Large whale transactions on BTC and ETH chains

$0.02
GET

/v1/correlation

30-day cross-asset correlation matrix

$0.03
GET

/v1/defi-tvl

DeFi protocol TVL rankings from DeFi Llama

$0.02
GET

/v1/stocks/{ticker}

Real-time stock quote — AAPL, TSLA, GOOGL...

$0.02
GET

/v1/stocks/{ticker}/history

Historical OHLCV data (1d to 5y)

$0.03
GET

/v1/sec/{ticker}

SEC filings parser — 10-K, 10-Q, 8-K, Form 4 from EDGAR

$0.03
GET

/v1/commodities

Oil, gold, silver, copper, wheat, corn, coffee prices

$0.03
GET

/v1/economic

CPI, GDP, unemployment, Fed rate, Treasury yields (FRED)

$0.03
GET

/v1/fx?base=USD

30+ currency exchange rates

$0.003
GET

/v1/token-risk/{token}

Token risk scoring — volatility, liquidity, market cap

$0.03
GET

/v1/signals/{symbol}

Crypto buy/sell signals from RSI, MA, Bollinger Bands

$0.04
GET

/v1/yield-comparison

DeFi yield comparison with risk-adjusted analysis

$0.03
GET

/v1/hn-sentiment

Hacker News tech sentiment analysis

$0.02
GET

/v1/npm-stats/{package}

NPM package download statistics and trends

$0.02
GET

/v1/github-trending

GitHub trending repositories by language

$0.02
GET

/v1/metadata?url=...

URL metadata extraction, OpenGraph, unfurling

$0.01
GET

/v1/search?q=...

AI-powered web search with structured results

$0.01
GET

/v1/extract?url=...

Clean text extraction from any URL

$0.002
GET

/v1/security/{package}

Package vulnerability scan via OSV database

$0.02
GET

/v1/seo/keywords?keyword=...

SEO keyword research with volume estimates

$0.01
POST

/v1/marketing/sentiment

AI brand sentiment analysis across platforms

$0.03
POST

/v1/marketing/competitors

AI competitive intelligence — keywords, channels, strategy

$0.05
POST

/v1/marketing/content-gaps

SEO content gap analysis — find keyword opportunities

$0.04
POST

/v1/marketing/ad-copy

AI ad copy generator for Google, Meta, TikTok, Taboola

$0.05
First request

Make a call.
Then decide.

Use the free route first. Add an x402-capable client when the workflow needs paid data.

terminal
# Free: Get live BTC price
curl https://agentservices.to/v1/price/BTC

# Free: Batch prices
curl "https://agentservices.to/v1/prices?symbols=BTC,ETH,SOL"

# Free: Fear & Greed Index
curl https://agentservices.to/v1/fear-greed

# Paid: Technical indicators (x402 payment)
curl https://agentservices.to/v1/indicators/BTC
Payment protocol

HTTP 402,
made actionable.

A paid request tells the client what to pay. An x402-capable wallet signs the payment and retries the call.

Payment is part
of the request.

When an agent reaches a paid route, the server returns HTTP 402 and payment requirements. The client signs, retries, and receives the response.

No account dashboard is required for the request itself.

  • No signup or account creation
  • Per-request pricing, shown by the endpoint
  • Default settlement uses USDC on Base
  • Works with an x402-capable HTTP client
  • Free routes remain available without payment
1
Agent Requests Data

GET /v1/indicators/BTC

2
Server Responds 402

Payment required — USDC $0.02 on Base

3
Client Signs Payment

USDC payment is signed through an x402-capable wallet

4
Data Delivered

200 OK — RSI, Bollinger Bands, ATR, S/R levels

MCP Protocol

Connect to
Claude & Cursor
Instantly

AgentServices ships with a remote MCP (Model Context Protocol) server. Connect a compatible client over Streamable HTTP and use the same paid surface without installing another SDK.

Try MCP Endpoint
MCP Server URL
https://agentservices.to/mcp
Example tools
get_price get_batch_prices get_indicators get_fear_greed get_defi_yields get_ip_geo get_url_metadata web_search resolve_dispute analyze_sentiment deep_research portfolio_intelligence defi_strategy market_pulse onchain_overview and more in the registry

Give the workflow
something to call.

Start with a free request. Move to paid data when the workflow earns it.