AgentHubAgentHub

research

MCP ServerMCP Registry官方收录

uk.co.propbar/research · v1.1.0

UK property research tools - crime stats, schools, demographics, valuations for AI.

概览

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

安装

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

{
  "mcpServers": {
    "research": {
      "url": "https://mcp.propbar.co.uk"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "uk.co.propbar/research",
  "type": "mcp-server",
  "version": "1.1.0",
  "displayName": "research",
  "description": "UK property research tools - crime stats, schools, demographics, valuations for AI.",
  "repository": {
    "url": "https://github.com/Propbar/mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.propbar.co.uk"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "uk.co.propbar/research",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/uk.co.propbar%2Fresearch/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
research — MCP Server 安装与配置 · AgentHub