{
  "protocolVersion": "0.3.0",
  "name": "NEARMOTION Venue Agent",
  "description": "Answers questions about NEARMOTION indoor navigation, and — for authorised venue operators — reads live building, floor, POI and routing data for their venues.",
  "url": "https://nearmotion.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://nearmotion.com/mcp",
      "transport": "JSONRPC"
    },
    {
      "url": "https://api2.nearmotion.com/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "NEARMOTION",
    "url": "https://nearmotion.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://nearmotion.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://api2.nearmotion.com/oauth/authorize",
          "tokenUrl": "https://api2.nearmotion.com/oauth/token",
          "scopes": {
            "venues:read": "venues:read",
            "maps:read": "maps:read",
            "pois:read": "pois:read",
            "routing:read": "routing:read",
            "analytics:read": "analytics:read",
            "offline_access": "offline_access"
          }
        }
      }
    }
  },
  "skills": [
    {
      "id": "search_content",
      "name": "Search NEARMOTION solutions and use cases",
      "description": "Find the right NEARMOTION solution or industry vertical for a described problem.",
      "tags": [
        "indoor-navigation",
        "wayfinding",
        "public"
      ],
      "examples": [
        "How do I stop patients getting lost in my hospital?"
      ]
    },
    {
      "id": "list_venues",
      "name": "List authorised venues",
      "description": "List the buildings the authorising venue operator can access. Served by the NEARMOTION portal.",
      "tags": [
        "venues",
        "authenticated"
      ],
      "security": [
        {
          "oauth2": [
            "venues:read"
          ]
        }
      ]
    },
    {
      "id": "get_route_graph",
      "name": "Get a floor’s walkable route graph",
      "description": "The navigable graph for a floor, for computing a walking path between two points of interest. Served by the NEARMOTION portal.",
      "tags": [
        "routing",
        "authenticated"
      ],
      "security": [
        {
          "oauth2": [
            "routing:read"
          ]
        }
      ]
    }
  ]
}