MCP Server
Maintained
MIT
io.github.bch1212/bizintel MCP Server
io.github.bch1212/bizintel
What is the io.github.bch1212/bizintel MCP server?
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
How to install io.github.bch1212/bizintel
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredFree dev key bizintel-dev-key-001 (20 calls/24h) or Pro key from https://mcpize.com/bizintel-mcp
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bizintel": {
"url": "https://mcp-bizintel-production.up.railway.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bizintel": {
"serverUrl": "https://mcp-bizintel-production.up.railway.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bizintel": {
"type": "http",
"url": "https://mcp-bizintel-production.up.railway.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"bizintel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-bizintel-production.up.railway.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http bizintel https://mcp-bizintel-production.up.railway.app/mcpRelated MCP servers
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
1
View repository →Python
MIT
io.github.bch1212/agent-commerce-mcp
Maintained
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
0
View repository →TypeScript
MIT
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0
View repository →Python
MIT
io.github.bch1212/agenttrust
Maintained
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
0
View repository →Python
MIT
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
0
View repository →Python
MIT