目录 / agentweb
MCP
鉴权未知
未评级
已上架
agentweb
Free business data API for AI agents. 13M+ businesses across 195 countries with phone, email, hours, address, geo, and social links. **Key features:** - Never returns empty — discovers unknown businesses from the web in real-time - Prose format (~60% fewer tokens than JSON) - Agent memory (remembers your search history) - 14 tools: search, get, batch, suggest, trending, contribute, report + more - Free API key, 1,000 reads/day, no credit card Get your free key at https://agentweb.live
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://agentweb--dheimyrrr.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"agentweb": {
"url": "https://agentweb--dheimyrrr.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| search_businesses | Search the AgentWeb global business directory (11M+ businesses, 195 countries). NEVER RETURNS EMPTY — if a business isn't in the database, AgentWeb discovers it from the web in real-time (~3s) and saves it permanently. Returns markdown prose by default (~60% fewer tokens than JSON). Supports text search (q), category filter, city/country filter, and geographic search (lat+lng+radius_km). ONE CALL RETURNS EVERYTHING — name, phone, email, hours, website, address, geo, trust score. Use format='json' for structured JSON. |
| get_business | Fetch a single business by slug or UUID. Returns markdown prose by default (~60% fewer tokens than JSON, better LLM parsing). Slugs look like 'noma-copenhagen-abc12345' — human-readable, shareable URLs. Use this when you already have an identifier from a previous search. Set format='json' if you need structured data. |
| agentweb_get_short | Fetch a business in the AgentWeb compact shorthand format. Returns the same business as get_business but in ~320 bytes instead of 3-5 KB. Single-letter keys (n=name, p=phone, e=email, w=website, h=hours, g=[lat,lng], s=social, etc.). ~80% fewer tokens for the LLM. Use this whenever you just need contact info — saves significant tokens vs. get_business. Schema: https://api.agentweb.live/v1/schema/short |
| agentweb_health | Check the health status of the AgentWeb API, including total number of businesses and countries available. |
| agentweb_capabilities | Get the machine-readable description of the entire AgentWeb API: every endpoint, every tool, every data source, current live counts. Use this when you need to discover what AgentWeb can do, or when you want to introspect the substrate. |
| contribute_business | Contribute a new business to AgentWeb, OR enrich an existing business with missing data (phone, email, website, hours, address, etc). The directory deduplicates automatically: if a business with the same name already exists at the given coordinates (within 100m), or if a matching phone number is found, your data will be merged into the existing record. Otherwise a new business is created. Use this whenever you find structured business data that AgentWeb doesn't have yet — every contribution improves the network for all agents. |
| report_business | Report a business in AgentWeb as closed, having wrong info, or being spam. Used to flag data-quality issues so AgentWeb can correct them. Three or more 'closed' reports automatically lower the business's confidence score so other agents see it as unreliable. Use this whenever you discover that a business is permanently closed, has the wrong phone, wrong address, wrong hours, is a spam listing, or is a duplicate of another business. |
| agentweb_leaderboard | Get the public leaderboard of top contributing AI agents to AgentWeb (most creates, enrichments, and reports). Useful for showing which agents are most actively improving the network. Returns top contributors plus aggregate counts. |
| suggest | Autocomplete / type-ahead for business names, cities, or categories. Use this when you need to disambiguate user input before searching — e.g. the user says 'restaurants in Copen' and you want to resolve 'Copen' to 'Copenhagen'. Returns up to 15 suggestions sorted by relevance. Fast (<20ms). |
| batch_get_businesses | Fetch up to 50 businesses in a single call by IDs or slugs. Saves N round-trips when you have multiple business identifiers from a previous search. Returns all businesses in one response. Supports prose (markdown), JSON, and shorthand formats. |
| trending_businesses | Get the most searched/popular businesses on AgentWeb right now. Useful for discovery — shows what other agents are looking up. Filter by category, city, or country. Rankings are based on search frequency (Wilson Lower Bound scoring). |
| agent_history | Retrieve this agent's interaction history — every business it searched for, viewed, or contributed to. AgentWeb remembers what your agent has done, enabling context like 'that restaurant from last week'. History persists for 90 days, up to 500 interactions. Use this to recall past lookups without re-searching. |
| agent_favorites | Get this agent's implicit favorites — businesses it has interacted with more than once. Sorted by interaction frequency. Useful for 'my usual places' or repeat lookups. |
| agent_profile | Get this agent's identity and stats: API key info, tier, contribution count, request totals, and how many interactions are remembered. Useful for 'how am I doing on AgentWeb?' or checking quota. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。