Model Context Protocol server for PropXchain. Lets AI agents read and act on UK conveyancing transactions on the Internet Computer.
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"
]
}
}
}
Run in terminal:
claude mcp add propxchain-mcp-serve npx -y Madhatt4/propxchain-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"propxchain-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Madhatt4/propxchain-mcp-server"
]
}
}
}