← Back to Plugins
MCP Server MCP

PlaceRoot

github By github 👁 1 views ▲ 0 votes

Grounds AI agents in Overture Maps open data — compact answers, no API key.

Homepage Verified source GitHub

Install

uvx placeroot

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "placeroot",
      "version": "0.9.9",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'off' to disable the local on-disk tile cache. Optional; caching is on by default.",
          "name": "PLACEROOT_CACHE"
        }
      ]
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "placeroot",
      "version": "0.9.9",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'off' to disable the local on-disk tile cache. Optional; caching is on by default.",
          "name": "PLACEROOT_CACHE"
        }
      ]
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "placeroot",
      "version": "0.9.9",
      "runtimeHint": "uvx",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:8321/mcp"
      },
      "packageArguments": [
        {
          "description": "Serve streamable-HTTP on 127.0.0.1:8321/mcp instead of stdio.",
          "isRequired": true,
          "type": "named",
          "name": "--http"
        }
      ],
      "environmentVariables": [
        {
          "description": "Set to 'off' to disable the local on-disk tile cache. Optional; caching is on by default.",
          "name": "PLACEROOT_CACHE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi npm

Comments

Sign in to leave a comment

Loading comments...