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
bch1212 avatar

Bizintel

bch1212/mcp-bizintel
authHTTPregistry active
Summary

Gives Claude real-time website audits, lead scoring, and local business search through eight tools backed by Yelp Fusion and an async HTTP scanner. You get SSL checks, mobile readiness, tech stack fingerprinting (CMS, booking platforms, analytics), and structured queries like "find dentists in Austin with no booking system." Results come back ranked and cached in SQLite for 6-24 hours depending on data type. Paid tiers start at $19/month unlimited or five cents per call, with a 20-call daily dev key included. Useful when you're building prospecting agents, competitor research workflows, or any automation that needs to score and filter businesses at scale without manually scraping or paying for static lead lists.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →

BizIntel MCP — Local Business Intelligence for AI Agents

Real-time website audits, lead scoring, tech-stack detection, and local-business search — exposed as an MCP server. Built for AI agents doing sales outreach, competitor research, and prospecting at scale.


MCPize Listing Copy

Title: BizIntel MCP — Real-Time Local Business Intelligence

Subtitle: Audit any website, score leads, find businesses with no booking system. Pay per call.

Description (2 paragraphs):

BizIntel is a paid MCP server that gives AI agents instant access to the kind of local-business intelligence sales teams used to pay analysts to gather. One call to audit_website returns a 0-100 score across SSL, mobile-readiness, page speed, contact form presence, and online booking — plus a tech-stack fingerprint (CMS, booking platform, email provider, analytics). Agents pointed at "find dentists in Austin with no booking system" get a ranked, contactable list in seconds, not hours.

The MCP exposes eight tools — audit_website, bulk_audit, search_businesses, get_business_details, score_lead, find_no_website, find_no_booking, get_tech_stack — backed by Yelp Fusion (or OSM/Overpass when no Yelp key is provided), an aiohttp scanner running 10 concurrent fetches, and a 24-hour SQLite cache so repeat calls don't burn quota. Drop it into Claude Desktop, Cursor, or any agent and your prospecting pipeline becomes one tool call wide.


Pricing

TierPriceLimits
Free / Dev$020 calls / 24h
Pro$19/moUnlimited
Pay-as-you-go$0.05/callNo floor

Upgrade: https://mcpize.com/bizintel-mcp


Tools

ToolArgsReturns
audit_websiteurlScore 0-100, SSL, HTTPS redirect, viewport, load_time_ms, contact form, booking, tech_stack
search_businessesniche, city, state, limitList of normalized business records
get_business_detailsbusiness_name, cityFull record: phone, address, website, hours, rating, lat/lon
bulk_auditurls (≤20)Audit results sorted worst→best (best leads first)
score_leadbusiness_name, city, nicheComposite 0-100 lead score with breakdown
find_no_websiteniche, city, state, limitHottest cold-outreach leads — ranked
find_no_bookingniche, city, state, limitHave a site, no online booking — SaaS-pitch ready
get_tech_stackurlCMS / booking / email / analytics fingerprint

Quickstart

Add to Claude Desktop / Claude Code

claude mcp add bizintel-mcp --url https://mcp-bizintel.up.railway.app/mcp

Set your API key in the MCP config (header X-API-Key). The default dev key bizintel-dev-key-001 is good for 20 calls per day.

Direct HTTP

curl -X POST https://mcp-bizintel.up.railway.app/v1/find_no_booking \
  -H "X-API-Key: bizintel-dev-key-001" \
  -H "Content-Type: application/json" \
  -d '{"niche":"dentist","city":"Austin","state":"TX","limit":10}'

Example agent prompt

Find dentists in Austin with no booking system, audit the top 5, and write a one-line cold-email opener for each that references their actual tech stack.


Local Dev

pip install -r requirements.txt
cp .env.example .env  # fill in YELP_API_KEY (optional)
python -m uvicorn server:app --reload --port 8000
pytest -v

Without a Yelp key, search/details fall back to OSM (Nominatim + Overpass). Coverage is sparser but free.


Deploy

bash deploy.sh from Brett's Mac — pulls secrets from the shared workspace .deploy-secrets.env, links/initializes the Railway project, sets env vars, and runs railway up. Pre-deploy pytest is part of the script so you can't ship a broken build.


Architecture

server.py                FastAPI + fastmcp; HTTP at /v1/* and MCP at /mcp
tools/audit.py           Async aiohttp auditor (10 concurrent, 5s timeout)
tools/techstack.py       CMS / booking / email / analytics fingerprints
tools/search.py          Yelp Fusion primary, OSM Overpass fallback
tools/scoring.py         Composite lead score (0-100)
db/cache.py              SQLite cache + per-key call ledger
db/keys.py               Tier classification + 24h sliding window
nixpacks.toml            Railway build config

Caching: audits cached 6h, business details 24h, search results 12h. The cache is a single SQLite file with WAL mode — no Redis needed for the price point.


Known Limitations

  1. Yelp doesn't expose external website URL in /businesses/search. We return yelp_url as a stable handle; for a real domain, agents should chain get_business_details (returns hours/photos) and follow the Yelp page or use find_no_website (where OSM-tagged sites are surfaced).
  2. OSM coverage is uneven — some niches map cleanly (dentist, restaurant); long-tail US small business categories (pickleball coach, yacht detailer) won't resolve.
  3. No headless rendering — JS-heavy sites that gate content behind hydration won't expose contact/booking signals to the audit. This is intentional; we trade completeness for 5-second batched audits.
  4. Tech-stack detection is signature-based, not Wappalyzer-grade. We catch the common 90% (WP, Wix, Shopify, Squarespace, Calendly, Mindbody, GA4, Klaviyo) — not obscure custom stacks.
  5. Rate-limit window is sliding 24h, stored per-API-key in SQLite. Restart the container and the ledger persists; clear the DB to reset all dev quotas.

License

Proprietary — © 2026.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
Categories
Sales & Marketing
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 9, 2026
View on GitHub

More from bch1212

  • Pubrecords
  • Outdooriq Mcp
  • Mcp Grantiq1
  • Agent Commerce Mcp
  • Injectshield
  • Modelwatch
  • Queryshield1
  • Agenttrust
  • Agentfetch
  • Agentvault

Related Sales & Marketing MCP Servers

View all →
courtimusprime avatar
Gopher

io.github.courtimusprime/gopher

Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.
jessesorsa avatar
Omnier

io.github.jessesorsa/omnier

Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list.
kbrayatl avatar
RepScale

io.github.kbrayatl/repscale

Sales research and prep tools for B2B reps. Prospect briefs, angles, citations.
kunal-lead411 avatar
Lead411

io.github.kunal-lead411/lead411

B2B lead generation, company search, and contact enrichment from Lead411.
leadbay avatar
Leadbay

io.github.leadbay/leadbay-mcp

AI lead discovery, qualification, and outreach prep on your Leadbay account.
mananmodi-product avatar
Caelian

io.github.mananmodi-product/caelian

Live competitive intelligence for B2B teams — signals, threat rankings, and revenue-driving actions.