Python client for BizIntel MCP — local business intelligence for AI agents
Project description
bizintel-mcp — Python client for BizIntel MCP
Real-time local business intelligence for AI agents — website audits, lead scoring, tech-stack detection, and business search. Pay per call.
Install
pip install bizintel-mcp
Quickstart
from bizintel_mcp import BizIntelClient
# Default uses the free dev key (20 calls/24h). Pro keys: https://mcpize.com/bizintel-mcp
with BizIntelClient(api_key="bizintel-dev-key-001") as bi:
audit = bi.audit_website("https://acme.dental")
print(audit["score"], audit["tech_stack"])
leads = bi.find_no_booking(niche="dentist", city="Austin", state="TX", limit=10)
for biz in leads["businesses"]:
print(biz["name"], biz["lead_score"])
Native MCP transport
For Claude Desktop / Cursor / any MCP client:
claude mcp add bizintel-mcp --url https://mcp-bizintel-production.up.railway.app/mcp \
--header "X-API-Key: bizintel-dev-key-001"
Tools
| Method | Purpose |
|---|---|
audit_website(url) |
Score 0-100 across SSL/mobile/speed/contact/booking |
search_businesses(niche, city, state, limit) |
Yelp + OSM-backed search |
get_business_details(business_name, city) |
Phone/address/hours/rating |
bulk_audit(urls) |
Up to 20 sites concurrently |
score_lead(business_name, city, niche) |
Composite 0-100 |
find_no_website(niche, city, ...) |
Hottest cold-outreach leads |
find_no_booking(niche, city, ...) |
SaaS-pitch-ready leads |
get_tech_stack(url) |
CMS / booking / email / analytics fingerprint |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bizintel_mcp-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bizintel_mcp-0.1.0.tar.gz.
File metadata
- Download URL: bizintel_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9478efe971f09d842562727174ea03dde67d58c1f89f490796b173d9668425f
|
|
| MD5 |
014011ede4a73cde074bc6ada4872294
|
|
| BLAKE2b-256 |
d55eba3bbbe6c75851d67264f145ff679a35ce10ab999c28e20a2ce68f3481ff
|
File details
Details for the file bizintel_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bizintel_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5282d498caa984b44114e34dafbdcd2044a91629c92add8ba89b59925f249d34
|
|
| MD5 |
58cff4a12700ebf546302f6d5b1f332b
|
|
| BLAKE2b-256 |
3562add8420b5c8818c7767c73c9dd084e3c12a9d4c73208d3eddf2d38899476
|