MCP discovery · x402 payments · no API keys

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

Bounty gives AI agents pay-per-call access to company intelligence, news, job postings, app reviews, and Singapore property workflows. No accounts. No subscriptions. Every response keeps source provenance and leaves missing data as missing.

Connect an agentView pricing
$ npx agentcash@latest install
agent workflow
stdout
# Agent researches a prospect without creating 4 vendor accounts > 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 due diligence", "sources": ["company website", "Google News RSS", "job feeds"], "auth": "x402 payment, no API key" }

Not a Singapore property site. That was the first vertical.

The product is an agent-native data layer: wrap useful data sources behind clean HTTP, MCP discovery, transparent per-call prices, and x402 payment. Singapore property remains live because it has verified source-backed workflows. The new global layer targets agent research tasks with broader demand.

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.

Global research APIs plus Singapore property workflows.

Agents should start with the global research endpoints for company, market, GTM, and product questions. Use the Singapore vertical when the task is explicitly property, tax, affordability, or local location analysis.

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 Trend Search
Cross-platform social intel: Reddit + YouTube + Instagram in one call.
PullPush, yt-dlp, IG tags
$0.05
trend discovery, creator maps, pain language
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