propxchain-mcp-server

Madhatt4/propxchain-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Model Context Protocol server for PropXchain. Lets AI agents read and act on UK conveyancing transactions on the Internet Computer.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "propxchain-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "Madhatt4/propxchain-mcp-server"
      ]
    }
  }
}