CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
zerabic avatar

Agentweb

zerabic/agentweb-mcp
114 toolsauthSTDIOregistry active
Summary

This connects Claude to a dataset of 11 million businesses across 227 countries, giving you programmatic access to contact details, operating hours, and basic business information. You'd reach for this when building agents that need to look up company phone numbers, verify business addresses, or check if a location is currently open. The data is free to use, which makes it practical for prototyping customer service bots, local search features, or any workflow where you need to enrich business records without hitting paid APIs. The stdio transport means it runs as a local process alongside your Claude desktop app.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Tools

Public tool metadata for what this MCP can expose to an agent.

14 tools
search_businessesSearch 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...10 params

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...

Parameters* required
categorystring
Business category filter (e.g., 'restaurant', 'hotel', 'pharmacy')
citystring
City name for location filter
countrystring
Country code (ISO 3166-1 alpha-2, e.g., 'US', 'GB', 'DK')
formatstring
Response format. 'text' (default) returns markdown prose — recommended for LLM consumption. 'json' returns structured JSON.one of text · jsondefault: text
latnumber
Latitude for geographic search (requires lng and radius_km)
limitnumber
Maximum number of results to return (default: 10, max: 100)default: 10
lngnumber
Longitude for geographic search (requires lat and radius_km)
offsetnumber
Number of results to skip for paginationdefault: 0
qstring
Text search query, e.g. 'noma', 'thai restaurant', 'dentist near me'
radius_kmnumber
Search radius in kilometers (used with lat/lng)
get_businessFetch 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 f...2 params

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 f...

Parameters* required
formatstring
Response format. 'text' (default) returns markdown prose. 'json' returns structured JSON.one of text · jsondefault: text
idstring
The business slug (e.g. 'noma-copenhagen-abc12345') or UUID from AgentWeb. Slugs are preferred — they appear in search results and are shareable.
agentweb_get_shortFetch 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 whe...1 params

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 whe...

Parameters* required
idstring
The unique business ID from AgentWeb
agentweb_healthCheck the health status of the AgentWeb API, including total number of businesses and countries available.

Check the health status of the AgentWeb API, including total number of businesses and countries available.

No parameter schema in public metadata yet.

agentweb_capabilitiesGet 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.

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.

No parameter schema in public metadata yet.

contribute_businessContribute 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 match...10 params

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 match...

Parameters* required
addressobject
Address fields: { street, city, postcode, country, full }
categorystring
Business category, e.g. 'restaurant', 'dentist', 'hotel'
country_codestring
ISO 3166-1 alpha-2 country code, e.g. 'US', 'DE'
emailstring
Business email address
hoursobject
Opening hours in flexible format (e.g. { monday: '09:00-17:00', ... })
latnumber
Latitude (recommended for accurate dedup)
lngnumber
Longitude (recommended for accurate dedup)
namestring
Business name (required, min 2 chars)
phonestring
Phone number (any format; will be cleaned)
websitestring
Business website URL
report_businessReport 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...3 params

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...

Parameters* required
business_idstring
The unique business ID from AgentWeb (required)
detailsstring
Optional free-text explanation of what's wrong, max 500 chars
report_typestring
Type of issueone of closed · wrong_phone · wrong_address · wrong_hours · spam · duplicate
agentweb_leaderboardGet 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.1 params

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.

Parameters* required
limitnumber
Number of top contributors to return (default: 10, max: 50)default: 10
suggestAutocomplete / 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...4 params

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...

Parameters* required
countrystring
Optional ISO country code to narrow suggestions (e.g. 'DK', 'US')
limitnumber
Max suggestions to return (default: 10, max: 15)default: 10
qstring
Query prefix, min 2 characters (e.g. 'nom', 'copenh', 'dent')
typestring
What to autocomplete: 'business' (names), 'city' (city names), 'category' (business categories). Default: 'business'.one of business · city · categorydefault: business
batch_get_businessesFetch 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.2 params

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.

Parameters* required
formatstring
Response format. 'text' (default) returns markdown prose. 'json' returns structured JSON. 'short' returns compact shorthand.one of text · json · shortdefault: text
idsstring
Comma-separated business IDs or slugs (max 50). e.g. 'noma-copenhagen-abc12345,blue-bottle-sf-def67890'
trending_businessesGet 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).5 params

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).

Parameters* required
categorystring
Optional category filter (e.g. 'restaurant', 'hotel')
citystring
Optional city filter
countrystring
Optional ISO country code filter
limitnumber
Max results (default: 10, max: 50)default: 10
periodstring
Time period for trending. Default: '24h'.one of 24h · 7d · alltimedefault: 24h
agent_historyRetrieve 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...2 params

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...

Parameters* required
limitnumber
Max entries to return (default: 50, max: 500)default: 50
offsetnumber
Skip N entries for pagination (default: 0)default: 0
agent_favoritesGet 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.1 params

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.

Parameters* required
limitnumber
Max favorites to return (default: 20, max: 100)default: 20
agent_profileGet 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.

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.

No parameter schema in public metadata yet.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Configuration

AGENTWEB_API_KEY*secret

Your free AgentWeb API key (get one at https://agentweb.live/#signup)

Categories
Communication & MessagingData & Analytics
Registryactive
Packageagentweb-mcp
TransportSTDIO
AuthRequired
UpdatedApr 9, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
zoom avatar
Zoom Workspace

io.github.zoom/zoom-workspace

Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content.
1
ivanantigravity-lgtm avatar
Perplexity Polza Mcp Server

ivanantigravity-lgtm/perplexity-polza-mcp-server

Perplexity MCP server backed by the Polza.ai chat completions API.
1
leviathan0x0 avatar
Chronicle Mcp

leviathan0x0/chronicle-mcp

Local MCP server to sync, clean, and index AI chat logs locally. Saves up to 40% context tokens.
1
makeamouse avatar
fish-bridge — Session Knowledge Graph

makeamouse/fish-bridge-mcp

Compresses AI chat sessions into a typed knowledge graph. Local/offline via Ollama.
1
mclose avatar
DNS MCP Server

mclose/dns-mcp

Real-time DNS security analysis — DNSSEC, email auth, and RDAP. Built for SOC investigations.
1
mikluko avatar
JMAP Email

mikluko/jmap-mcp

Email management via JMAP — mailboxes, messages, identities, and Sieve scripts
1