{
  "schema_version": "0.1",
  "name": "expensepro-webmcp",
  "title": "ExpensePro WebMCP",
  "description": "In-browser MCP runtime. Activates inside the ExpensePro dashboard so agents that share a browser session with the user can act with the user's credentials.",
  "runtime_url": "https://app.expensepro.ai/webmcp/runtime.js",
  "transport": "web-mcp",
  "activates_on": [
    "https://app.expensepro.ai/dashboard",
    "https://app.expensepro.ai/dashboard/*"
  ],
  "auth": {
    "type": "cookie-session",
    "description": "Inherits the signed-in browser session. Agents must already have a logged-in tab open."
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "listChanged": true
    }
  },
  "documentation_url": "https://expensepro.ai/docs/webmcp"
}