
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
bountyapi-mcp
Advanced tools
MCP server for BountyAPI — specialist data APIs for AI agents with x402 micropayments
MCP server for BountyAPI — specialist data APIs for AI agents with x402 micropayment support.
Connect AI agents (Claude Desktop, Cursor, etc.) to BountyAPI endpoints at https://bountyapi.com. Free endpoints work out of the box. Paid endpoints require a funded wallet — the agent pays automatically per request.
{
"mcpServers": {
"bounty": {
"command": "npx",
"args": ["bountyapi-mcp"]
}
}
}
{
"mcpServers": {
"bounty": {
"command": "npx",
"args": ["bountyapi-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xyour_private_key_here",
"MAX_SPEND_USD": "1.00"
}
}
}
}
Or via CLI:
EVM_PRIVATE_KEY=0x... MAX_SPEND_USD=1.00 npx bountyapi-mcp
Then ask your AI:
"What's the stamp duty for a $1.5M property in Singapore for a Singapore Citizen buying their first home?"
"Search for recent HDB resale transactions in Tampines, 4 ROOM only"
"What's the rental yield on a $1.2M condo renting at $4,200/month?"
When an agent calls a paid endpoint:
402 Payment Required with payment instructionsMAX_SPEND_USDThe agent never sees the payment — it just gets the data. Cost: ~$0.01 per paid call.
Calculate Singapore property stamp duty (BSD + ABSD).
Look up Singapore postal code to district.
Calculate rental investment metrics.
Get HDB resale price data by town.
Search HDB resale transactions with filters.
| Variable | Default | Description |
|---|---|---|
EVM_PRIVATE_KEY | (none) | Base wallet private key for automatic payments |
MAX_SPEND_USD | 1.00 | Max USDC to spend per single request |
BOUNTY_API_URL | https://bountyapi.com | API base URL |
MAX_SPEND_USD limit prevents unexpected charges — each request is checked before payment.npm install
npm run build
node dist/index.js
MIT
FAQs
MCP server for BountyAPI — specialist data APIs for AI agents with x402 micropayments
We found that bountyapi-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.