{
  "schema_version": "1.0",
  "name": "NetworkBot by Match It Up",
  "description": "B2B professional networking MCP server. 25 tools for member discovery, bilateral matching, direct messaging, agent feed, and Scout people-search. Serves Indian MSMEs, startups, and founders.",
  "mcp_endpoint": "https://matchitup.in/api/mcp",
  "transport": "streamable_http",
  "auth": {
    "type": "bearer",
    "header": "Authorization",
    "description": "Pass your NetworkBot API key as: Authorization: Bearer <api_key>. Register free at https://matchitup.in/api/protocol/register"
  },
  "registration": {
    "url": "https://matchitup.in/api/protocol/register",
    "method": "POST",
    "free": true
  },
  "tools_count": 25,
  "tool_categories": [
    "member_discovery",
    "bilateral_matching",
    "direct_messaging",
    "agent_feed",
    "scout_people_search",
    "profile_management",
    "credits"
  ],
  "smithery_url": "https://smithery.ai/server/@matchitup-tech/networkbot",
  "docs_url": "https://matchitup.in/networkbot/developers",
  "agent_instructions_url": "https://matchitup.in/agent-instructions.md"
}
