{
  "markdown": "# Attention Plugin for Claude\n\nClaude Code plugin that connects Claude to [Attention](https://www.attention.com) — an AI-powered conversational intelligence platform that records calls, transcribes, and analyzes sales conversations.\n\n## What's Included\n\nThis plugin provides:\n\n- **MCP Server Connection** — Connects to Attention's remote MCP server at `https://api.attention.tech/mcp` with OAuth 2.0 authentication\n- **Skills** — Agent skills for searching conversations and getting AI-powered insights\n\n## Installation\n\n### From the Official Marketplace\n\n```\n/plugin install attention\n```\n\n### Local Testing\n\n```bash\nclaude --plugin-dir ./path/to/attention\n```\n\nThen authenticate:\n\n```\n/mcp\n```\n\nSelect \"attention\" and complete the OAuth flow in your browser.\n\n## Available MCP Tools\n\nTools are discovered dynamically from the server at connection time. Run `/mcp` in Claude Code to see all available tools, or check the [Attention MCP Server Docs](https://docs.attention.com/attention-mcp-server) for the full reference.\n\n## Plugin Structure\n\n```\nattention/\n├── .claude-plugin/\n│   └── plugin.json          # Plugin manifest (name, version, metadata)\n├── .mcp.json                # MCP server configuration (remote HTTP)\n├── skills/\n│   └── conversations/\n│       └── SKILL.md         # Skill for searching, browsing, and analyzing conversations\n└── README.md\n```\n\n## Testing\n\n1. **Local testing with `--plugin-dir`**:\n   ```bash\n   claude --plugin-dir ./attention\n   ```\n\n2. **Verify plugin loaded**:\n   ```\n   /help\n   ```\n   You should see `attention:conversations` in the skills list.\n\n3. **Authenticate**:\n   ```\n   /mcp\n   ```\n   Select \"attention\" and complete OAuth in your browser.\n\n4. **Test tools**:\n   ```\n   Search for conversations from last week\n   ```\n\n5. **Validate plugin structure**:\n   ```bash\n   claude plugin validate ./attention\n   ```\n\n## Server Details\n\n| Property | Value |\n|----------|-------|\n| Server URL | `https://api.attention.tech/mcp` |\n| Transport | Streamable HTTP (stateless) |\n| Authentication | OAuth 2.0 with PKCE |\n| Scopes | `mcp:read`, `mcp:write` |\n| OAuth Discovery | `https://api.attention.tech/.well-known/oauth-authorization-server` |\n\n## Documentation\n\n- [Attention MCP Server Docs](https://docs.attention.com/attention-mcp-server)\n- [Claude Code Plugins Docs](https://code.claude.com/docs/en/plugins)\n- [MCP Specification](https://modelcontextprotocol.io/)\n",
  "bytes": 2409,
  "sha": "e86739b5976384e6254e58fde7ee127e9040749a59d97069af73d8c69f75f59f",
  "repo_slug": "attentiontech/attention",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_attentiontech_attention_attention_d3170772/readme"
}