{"name":"mention-intel","description":"Mention intelligence API: send a handle, brand, ticker, or phrase and get back recent X/Twitter mentions with each author's follower count, verification status, and bot-likelihood score, plus an overall sentiment read across the mention text. Built for the workflow agents already run by hand: pull mentions, then separately enrich the authors that matter, then eyeball the tone. Composite: one call runs mentions + twitter-user-lookup + x-account-authenticity + sentiment-analysis. Mentions search is required; per-author enrichment (capped at the 5 most distinct authors) and the batch sentiment pass degrade the response instead of failing the call on a rate limit or LLM hiccup. Use it as a mention monitoring API, brand/handle mention tracker, or X mentions-plus-author-enrichment tool for agents doing social listening or reputation triage.","price":"$0.06","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Handle, brand, ticker, or phrase to monitor, e.g. '@bankrbot', 'agentutility.ai', or 'x402 payments'. Max 500 chars."},"max_results":{"type":"number","description":"Max mentions to fetch and score (default 10, max 25)."},"language":{"type":"string","description":"Optional two-letter language filter, e.g. 'en'."}},"required":["query"]},"input_example":{"query":"agentutility.ai","max_results":10},"output_example":{"query":"agentutility.ai","mentions":[{"text":"agentutility.ai is shipping x402 endpoints fast","url":"https://x.com/agentutility_ai/status/1234567890","created_at":"2026-07-11T00:00:00Z","author":{"handle":"agentutility_ai","followers":4200,"verified":false}}],"sentiment":{"overall":"positive","score":0.4,"breakdown":{"joy":0.5,"anger":0.02,"sadness":0.01,"fear":0,"surprise":0.1,"disgust":0}},"top_authors":[{"handle":"agentutility_ai","followers":4200,"verified":false,"authenticity_score":78}],"composed_of":["mentions","twitter-user-lookup:agentutility_ai","x-account-authenticity:agentutility_ai","sentiment"],"components":[{"name":"mentions","ok":true,"ms":500}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}