io.github.eamondidier-ux/agent-utility-api
Official8 toolsAgent Utility API
x402 pay-per-call tools: company enrichment, PDF extraction, Amazon/KDP data, YouTube transcripts.
Pay-per-call tools for company enrichment, PDF extraction, and data retrieval.
Captured live from the server via tools/list.
kdp_lookup
KDP/Amazon competitive data: BSR, pricing, review counts, niche score. $0.05/call via x402.
Parameters (3)
- categoryany
- keywordany
- asinany
transcribe_youtube
YouTube video -> structured transcript + timestamped summary. $0.10/call via x402.
Parameters (2)
- urlstringrequired
- formatstring
extract_pdf
Structured PDF extraction from base64-encoded PDF bytes. $0.05/call via x402.
Parameters (2)
- file_base64stringrequired
- doc_typestring
company_lookup
Company enrichment from a domain: name, description, logo, social links, contact emails/phones. $0.01/call via x402.
Parameters (1)
- domainstringrequired
profile_lookup
X (Twitter) or LinkedIn public profile lookup: name, bio, followers, company, experience. $0.05/call via x402.
Parameters (2)
- platformstringrequired
- handlestringrequired
web_read
Extract clean readable text from any webpage, boilerplate stripped. $0.02/call via x402.
Parameters (1)
- urlstringrequired
email_verify
Verify an email address: syntax, MX records, disposable/role detection -> valid|risky|invalid. $0.01/call via x402.
Parameters (1)
- emailstringrequired
crypto_price
Live crypto/FX price from Chainlink oracles on Base (ETH, BTC, SOL, DOGE, AVAX, LINK, USDC, EUR vs USD). $0.005/call via x402.
Parameters (1)
- symbolstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"agent-utility-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-api-production-169b.up.railway.app/mcp/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.