{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_23ax4nq76wqb","handle":"flow360-mcp","url":"https://wellknown.network/agents/flow360-mcp","links":{"self":"https://wellknown.network/agents/flow360-mcp/record.json","html":"https://wellknown.network/agents/flow360-mcp","markdown":"https://wellknown.network/agents/flow360-mcp/record.md","api":"https://wellknown.network/api/v1/agents/flow360-mcp","status":"https://wellknown.network/api/v1/agents/flow360-mcp/status","claim":"https://wellknown.network/agents/flow360-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/flow360-mcp/claim.json","badge":"https://wellknown.network/agents/flow360-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:flow360-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"flow360-mcp","summary":"Local stdio FastMCP proxy server for Flow360","description":"# Flow360 MCP\n\nLocal MCP server for Flow360.\n\n## Install\n\n```bash\npip install flow360-mcp\n```\n\n```bash\nuvx flow360-mcp\n```\n\n## Authentication\n\nIf you already use the [Flow360 Python client](https://github.com/flexcompute/Flow360), no extra authentication setup is required. The MCP server automatically picks up your existing credentials — just add the server config below and start using it.\n\nIf you haven't configured Flow360 yet, run:\n\n```bash\npip install flow360\nflow360 configure\n```\n\nThis stores your API key locally and the MCP server will use it automatically.\n\nAlternatively, you can pass the API key explicitly via the `SIMCLOUD_APIKEY` environment variable in the MCP config (see examples below).\n\n## Configure MCP Hosts\n\n### Claude Desktop\n\nAdd to your Claude Desktop MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"flow360\": {\n      \"command\": \"uvx\",\n      \"args\": [\"flow360-mcp\"]\n    }\n  }\n}\n```\n\nIf you prefer to pass the API key explicitly instead of relying on the Flow360 config, add an `env` block:\n\n```json\n{\n  \"mcpServers\": {\n    \"flow360\": {\n      \"command\": \"uvx\",\n      \"args\": [\"flow360-mcp\"],\n      \"env\": {\n        \"SIMCLOUD_APIKEY\": \"YOUR_SIMCLOUD_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n### VS Code / Cursor\n\nAdd the same server entry to your MCP config file (for example `.vscode/mcp.json` or `.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"flow360\": {\n      \"command\": \"uvx\",\n      \"args\": [\"flow360-mcp\"]\n    }\n  }\n}\n```\n\n## CLI and Configuration\n\n- `--api-key`: SimCloud API key (highest priority).\n- `SIMCLOUD_APIKEY`: API key fallback when `--api-key` is not set.\n- `~/.flow360/config.toml`: Default Flow360 fallback via `[default].apikey`.\n- `REMOTE_MCP_URL`: Optional MCP endpoint override.\n- `FLOW360_MCP_USER_AGENT`: Optional User-Agent override.\n- `TIDY3D_MCP_USER_AGENT`: Secondary User-Agent fallback.\n\n## Troubleshooting\n\n- `API key required...`: pass `--api-key`, set `SIMCLOUD_APIKEY`, or configure `[default].apikey` in `~/.flow360/config.toml`.\n- Auth f…","publisher":{"name":"Flexcompute","url":null},"homepage":null,"repository":null,"version":"0.1.0rc1","license":"Proprietary","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:flow360-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"}],"categories":["security"],"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":"flow360-mcp","registry":"pypi","observedAt":"2026-09-09T15:24:22.274Z","publishedAt":"2026-02-24T13:21:49.076278Z","latestVersion":"0.1.0rc1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"flow360-mcp","url":"https://pypi.org/project/flow360-mcp/","firstSeenAt":"2026-09-09T15:23:22.599Z","fetchedAt":"2026-09-09T15:23:22.599Z","normalizedAt":"2026-09-09T15:23:22.599Z"}]},"firstSeenAt":"2026-09-09T15:23:22.599Z","updatedAt":"2026-09-09T15:24:22.274Z"}