{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_f5gvqbxcxkbf","handle":"whatsease-mcp","url":"https://wellknown.network/agents/whatsease-mcp","links":{"self":"https://wellknown.network/agents/whatsease-mcp/record.json","html":"https://wellknown.network/agents/whatsease-mcp","markdown":"https://wellknown.network/agents/whatsease-mcp/record.md","api":"https://wellknown.network/api/v1/agents/whatsease-mcp","status":"https://wellknown.network/api/v1/agents/whatsease-mcp/status","claim":"https://wellknown.network/agents/whatsease-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/whatsease-mcp/claim.json","badge":"https://wellknown.network/agents/whatsease-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:whatsease-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"whatsease-mcp","summary":"CLI tool to run Whatsease MCP server from OpenAPI spec","description":"# Whatsease MCP\n\nCLI tool to run a Model Context Protocol (MCP) server for the Whatsease API.\n\n## Installation\n\n```bash\npip install whatsease-mcp\n```\n\n## Usage\n\n### Basic Usage\n\n```bash\nwhatsease-mcp --api-url https://api.whatsease.com\n```\n\nOr using environment variable:\n\n```bash\nexport WHATSEASE_API_BASE_URL=https://api.whatsease.com\nwhatsease-mcp\n```\n\n### Options\n\n| Option             | Short | Default          | Description                        |\n| ------------------ | ----- | ---------------- | ---------------------------------- |\n| `--api-url`        | `-u`  | (required)       | Base URL of the Whatsease API      |\n| `--port`           | `-p`  | `8001`           | Port to run the MCP server on      |\n| `--host`           | `-h`  | `0.0.0.0`        | Host to bind the MCP server to     |\n| `--include-config` | `-c`  | `./include.json` | Path to include.json config file   |\n| `--transport`      | `-t`  | `http`           | Transport type (`http` or `stdio`) |\n\n### Examples\n\n```bash\n# Run on custom port\nwhatsease-mcp -u https://api.whatsease.com -p 8080\n\n# Run on localhost only\nwhatsease-mcp -u https://api.whatsease.com -h localhost\n\n# Use stdio transport (for direct MCP client integration)\nwhatsease-mcp -u https://api.whatsease.com -t stdio\n\n# Use custom config file\nwhatsease-mcp -u https://api.whatsease.com -c /path/to/include.json\n```\n\n## Configuration\n\n### include.json\n\nCreate an `include.json` file to control which API routes are exposed as MCP\ntools.\n\n**Default behavior (no config or empty config):** All routes from the OpenAPI\nspec are exposed.\n\n**With config:** Only matching routes are exposed, plus a catch-all exclude at\nthe end.\n\n#### Format\n\n```json\n{\n    \"include\": [\n        {\n            \"mcp_type\": \"TOOL\",\n            \"methods\": [\"GET\", \"POST\"],\n            \"pattern\": \"/platforms/.*\"\n        },\n        {\n            \"mcp_type\": \"TOOL\",\n            \"methods\": [\"GET\"],\n            \"pattern\": \"/templates/.*\"\n        }\n    ]\n}\n```\n\n#### Fields\n\n| Field…","publisher":null,"homepage":"https://github.com/yashdesai/whatsease-mcp","repository":"https://github.com/yashdesai/whatsease-mcp","version":"0.1.0","license":null,"protocols":["mcp"],"tags":["cli","mcp","model-context-protocol","openapi","whatsease"],"pricing":null,"endpoints":[{"url":"pypi:whatsease-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"declared"}],"categories":["data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"whatsease-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:30.443Z","publishedAt":"2025-12-01T10:08:39.223788Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"whatsease-mcp","url":"https://pypi.org/project/whatsease-mcp/","firstSeenAt":"2026-09-10T15:24:39.725Z","fetchedAt":"2026-09-10T15:24:39.725Z","normalizedAt":"2026-09-10T15:24:39.725Z"}]},"firstSeenAt":"2026-09-10T15:24:39.725Z","updatedAt":"2026-09-10T15:25:30.443Z"}