{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_sqypznwy3ys9","handle":"accelo-mcp","url":"https://wellknown.network/agents/accelo-mcp","links":{"self":"https://wellknown.network/agents/accelo-mcp/record.json","html":"https://wellknown.network/agents/accelo-mcp","markdown":"https://wellknown.network/agents/accelo-mcp/record.md","api":"https://wellknown.network/api/v1/agents/accelo-mcp","status":"https://wellknown.network/api/v1/agents/accelo-mcp/status","claim":"https://wellknown.network/agents/accelo-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/accelo-mcp/claim.json","badge":"https://wellknown.network/agents/accelo-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/accelo-mcp/history","tools":"https://wellknown.network/api/v1/agents/accelo-mcp/tools"},"ard":{"identifier":"urn:air::server:accelo-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"accelo-mcp","summary":"Unofficial MCP server for the Accelo CRM platform","description":"# accelo-mcp\n\nAn unofficial [Model Context Protocol](https://modelcontextprotocol.io/) server for the [Accelo](https://www.accelo.com) CRM platform. It exposes Accelo data and operations to MCP-compatible AI assistants through the documented Accelo REST API.\n\n> This project is not affiliated with or endorsed by Accelo. Users are responsible for their Accelo account, OAuth application, permissions, and data handling.\n\n## Installation\n\n### With `uvx`\n\nThe recommended installation for MCP hosts is:\n\n```json\n{\n  \"mcpServers\": {\n    \"accelo\": {\n      \"command\": \"uvx\",\n      \"args\": [\"accelo-mcp\"],\n      \"env\": {\n        \"ACCELO_DEPLOYMENT\": \"your-deployment\",\n        \"ACCELO_CLIENT_ID\": \"your-client-id\",\n        \"ACCELO_CLIENT_SECRET\": \"your-client-secret\"\n      }\n    }\n  }\n}\n```\n\nTo pin a release:\n\n```json\n\"args\": [\"accelo-mcp==0.1.0\"]\n```\n\n`uvx` installs the package into an isolated environment and runs the `accelo-mcp` command.\n\n### With `pip`\n\n```bash\npython3 -m pip install accelo-mcp\naccelo-mcp\n```\n\n### From source\n\n```bash\ngit clone <repository-url>\ncd accelo-mcp\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -e \".[dev]\"\n```\n\n## Configuration\n\nCopy `.env.example` to `.env`, or provide these variables through the MCP host:\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `ACCELO_DEPLOYMENT` | Yes | — | Deployment prefix, such as `example` for `example.accelo.com` |\n| `ACCELO_CLIENT_ID` | Yes | — | OAuth2 client ID from an Accelo application |\n| `ACCELO_CLIENT_SECRET` | Depends on auth type | — | OAuth2 client secret; not required for public PKCE applications |\n| `ACCELO_AUTH_TYPE` | No | `web` | `web`, `service`, `installed`, or `public` |\n| `ACCELO_SCOPE` | No | `read(all)` | OAuth2 scope; defaults to read-only. Add write access explicitly, e.g. `read(all),write(all)`, only if you need the write tools |\n| `ACCELO_REDIRECT_URI` | For `web` and `public` | `http://localhost:9876/callback` (`web` only) | L…","publisher":{"name":"Selerity Pty Ltd","url":null},"homepage":null,"repository":null,"version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:accelo-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":1,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.779,"provenance":"derived"}],"categories":["dev","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":"accelo-mcp","registry":"pypi","observedAt":"2026-09-12T08:20:40.933Z","publishedAt":"2026-09-12T07:32:23.287986Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"accelo-mcp","url":"https://pypi.org/project/accelo-mcp/","firstSeenAt":"2026-09-12T08:20:20.219Z","fetchedAt":"2026-09-12T08:20:20.219Z","normalizedAt":"2026-09-12T08:20:20.219Z"}]},"firstSeenAt":"2026-09-12T08:20:20.219Z","updatedAt":"2026-09-12T08:20:40.933Z"}