MCP discovery · x402 payments · no API keys

Data APIs agents can discover, price, and call by themselves.

Social intelligence, company research, news, jobs, and app reviews — all behind clean HTTP endpoints that agents find via MCP and pay for per call. No accounts. No subscriptions. No API keys.

Connect an agentView pricing
$ npx agentcash@latest install
agent workflow
stdout
# Agent researches a prospect without creating 4 vendor accounts > GET /social/youtube/search?q=Stripe $0.05 > GET /company/stripe.com $0.05 > GET /news/search?q=Stripe+AI $0.01 > GET /jobs/search?q=Stripe+AI+engineer $0.02 { "workflow": "company + social due diligence", "sources": ["YouTube", "company website", "Google News RSS", "job feeds"], "auth": "x402 payment, no API key" }

Real-time data across five categories.

Agents search YouTube, pull company intel, scan news, track hiring signals, and read app reviews — all behind MCP-discoverable endpoints with transparent per-call pricing. Source provenance on every response. Missing data stays missing.

social

Social intelligence

YouTube search, video analytics, channel stats, TikTok trending by region, and cross-platform trend analysis with viral outlier detection.

research

Company intelligence

Website tech stack, contacts, social links, SSL, and security headers for prospecting and due diligence.

monitoring

News search

Current articles by query for launches, lawsuits, funding, layoffs, and market events.

gtm

Job signals

Hiring demand and expansion vectors from job postings and hiring threads.

product

App reviews

Recent App Store review snapshots for competitor complaints, ratings, and feature gaps.

Every endpoint. Transparent pricing.

Free utility routes and calculators cost nothing. Data-heavy routes range from $0.005 to $0.10 per call. Browse the full catalog below.

Endpoint
Source
Price
Best for
Company Intelligence
Tech stack, contacts, social links, SSL, security headers.
company website
$0.05
B2B prospecting, DD
News Search
Structured current news by keyword.
news RSS
$0.01
monitoring, events
Job Search
Job postings and hiring signals.
job feeds
$0.02
GTM, recruiting, market maps
App Reviews
Recent App Store reviews, rating sample, topic flags.
Apple RSS
$0.02
product research
Social Intelligence
YouTube search, TikTok trending, cross-platform trends, video analytics.
YouTube, TikTok, Reddit
$0.05
trend discovery, creator analysis
Singapore Property Analysis
Stamp duty, URA/HDB comps, yield, affordability, location.
IRAS, URA, HDB
FREE-$0.10
property workflows

Discovery before documentation. Payment before accounts.

AgentCash and OpenAPI metadata tell agents what exists, what it costs, and how to pay. Humans can still use curl, but the main customer is an autonomous agent that cannot fill vendor signup forms.

1
Discover endpointsOpenAPI, llms.txt, and AgentCash expose routes, schemas, prices, and use cases.
2
Call free utilities firstCalculators and source-light routes remain free to reduce friction.
3
Pay only for data-heavy callsx402 returns HTTP 402, the agent pays USDC on Base, then retries with proof.
4
Preserve data integrityNo interpolation. No invented fields. Missing values stay null.
# Option A: easiest agent setup
$ npx agentcash@latest install
> discover_api_endpoints("https://bountyapi.com")
> fetch("https://bountyapi.com/company/stripe.com")

# Option B: direct HTTP
$ curl -i https://bountyapi.com/jobs/search?q=AI+engineer
# HTTP 402 Payment Required + payment-required header