CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Google Local

johnisanerd/google-local-mcp
1 toolsauthHTTPregistry active
Summary

Connects Claude directly to Google Local search results through a remote MCP endpoint hosted on Apify. Returns structured business data including names, addresses, phone numbers, hours, ratings, review counts, and categories based on keyword and location queries. Useful when you need to pull local business intelligence for prospecting lists, competitive analysis, or lead generation without manually scraping search results. The server runs remotely so there's no local setup beyond dropping a URL into your MCP config. Built as a streamable HTTP transport, so it works with Claude Desktop, Cursor, or any MCP client that supports remote servers.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

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

1 tools
search_localSearch local businesses on Google. Returns local-pack results with name, address, rating, phone, hours, and website. Include location in the query for best results (e.g. 'dentists in Austin').4 params

Search local businesses on Google. Returns local-pack results with name, address, rating, phone, hours, and website. Include location in the query for best results (e.g. 'dentists in Austin').

Parameters* required
qstring
Search query, ideally with location (e.g. 'coffee shops in brooklyn').
glstring
Country code (default 'us').
hlstring
Language code (default 'en').
locationstring
Explicit location filter (e.g. 'Austin, TX').

Google Local MCP Server

Find local businesses on Google with full details: name, address, phone, hours, ratings, photos. Use with Claude or any MCP client.

This is a remote MCP server that lets Claude, Cursor, ChatGPT, or any MCP client query Google Local directly as a tool call.

Install in Claude Desktop

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "google-local": {
      "url": "https://apify.com/johnvc/google-local-api/api/mcp"
    }
  }
}

Restart Claude Desktop. The new tool will be available in your conversations.

Install in Cursor

Add this to your .cursor/mcp.json:

{
  "mcpServers": {
    "google-local": {
      "url": "https://apify.com/johnvc/google-local-api/api/mcp"
    }
  }
}

What it does

This MCP server lets Claude search Google Local for businesses by keyword and location. Returns business name, address, phone, hours, rating, review count, website, and category. Useful for sales prospecting, local SEO research, lead generation, and market analysis.

Example queries to try in Claude:

  • "Find all coffee shops within 2 miles of downtown Austin with 4+ star ratings"
  • "Get me the contact details for orthodontists in San Francisco"
  • "Find boutique law firms in Boston specializing in IP"

Built by

johnvc on Apify | Sign up for a free account here.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 19, 2026
View on GitHub