AgentHubAgentHub

bizintel

MCP ServerMCP Registry官方收录

io.github.bch1212/bizintel · v0.1.0

Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

概览

bizintel 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "bizintel": {
      "url": "https://mcp-bizintel-production.up.railway.app/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.bch1212/bizintel",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "bizintel",
  "description": "Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.",
  "repository": {
    "url": "https://github.com/bch1212/mcp-bizintel",
    "source": "github"
  },
  "homepage": "https://mcp-bizintel-production.up.railway.app",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp-bizintel-production.up.railway.app/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.bch1212/bizintel",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bch1212%2Fbizintel/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
bizintel — MCP Server 安装与配置 · AgentHub