{
  "markdown": "# @teamo360/mcp\n\nConnect AI assistants to [Teamo](https://teamo360.com) over the Model Context\nProtocol. This package bridges stdio-only MCP clients to the hosted Teamo MCP\nserver; clients with native remote support can skip it and connect directly to\n`https://api.teamo360.com/api/mcp`.\n\n40 tools: discovery (modules, schemas, views), reading (queries with filters\nincluding lookup columns, org-wide search, change history, delta feed),\nwriting (batch create/update, upsert, undo), comments, files, schema\ncreation, and webhook management. Everything acts as YOU: a connection can\nnever see or do more than your Teamo role allows.\n\n## Quick start\n\nClaude Desktop (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"teamo\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@teamo360/mcp\"]\n    }\n  }\n}\n```\n\nFirst use opens your browser to approve the connection and pick the\norganization. Prefer a pasted token (create one in Teamo under Profile > API\nTokens)?\n\n```json\n{\n  \"mcpServers\": {\n    \"teamo\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@teamo360/mcp\", \"--header\", \"Authorization:Bearer tmo_YOUR_TOKEN\"]\n    }\n  }\n}\n```\n\n## Clients with native remote MCP\n\nSkip the shim entirely:\n\n- **Claude Code**: `claude mcp add --transport http teamo https://api.teamo360.com/api/mcp`\n- **claude.ai / Claude Desktop** (custom connector): add `https://api.teamo360.com/api/mcp`\n- **Cursor**: add an MCP server with type `http` and the same URL\n- **ChatGPT** (developer mode): add the URL as a connector; OAuth connect is supported\n\n## Security\n\n- OAuth grants and API tokens act as the person who created them; role,\n  module access, and hidden columns apply to every call.\n- Grants are visible and revocable in Teamo (Profile > API Tokens).\n- Deletion tools require explicit confirmation and are soft deletes.\n\nDocs: https://api.teamo360.com/api/mcp/docs · Support: support@teamo360.com",
  "bytes": 1900,
  "sha": "b25480675f909e627e45f2ff3977f77b5f2fcab1ad30897d0ff405e90f0c19f0",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_teamo360_teamo_c3460326/readme"
}