Skip to content

attentiontech/attention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention Plugin for Claude

Claude Code plugin that connects Claude to Attention — an AI-powered conversational intelligence platform that records calls, transcribes, and analyzes sales conversations.

What's Included

This plugin provides:

  • MCP Server Connection — Connects to Attention's remote MCP server at https://api.attention.tech/mcp with OAuth 2.0 authentication
  • Skills — Agent skills for searching conversations and getting AI-powered insights

Installation

From the Official Marketplace

/plugin install attention

Local Testing

claude --plugin-dir ./path/to/attention

Then authenticate:

/mcp

Select "attention" and complete the OAuth flow in your browser.

Available MCP Tools

Tools 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 for the full reference.

Plugin Structure

attention/
├── .claude-plugin/
│   └── plugin.json          # Plugin manifest (name, version, metadata)
├── .mcp.json                # MCP server configuration (remote HTTP)
├── skills/
│   └── conversations/
│       └── SKILL.md         # Skill for searching, browsing, and analyzing conversations
└── README.md

Testing

  1. Local testing with --plugin-dir:

    claude --plugin-dir ./attention
  2. Verify plugin loaded:

    /help
    

    You should see attention:conversations in the skills list.

  3. Authenticate:

    /mcp
    

    Select "attention" and complete OAuth in your browser.

  4. Test tools:

    Search for conversations from last week
    
  5. Validate plugin structure:

    claude plugin validate ./attention

Server Details

Property Value
Server URL https://api.attention.tech/mcp
Transport Streamable HTTP (stateless)
Authentication OAuth 2.0 with PKCE
Scopes mcp:read, mcp:write
OAuth Discovery https://api.attention.tech/.well-known/oauth-authorization-server

Documentation

About

Connect Claude to Attention — search sales conversations, view calls transcripts, get AI-powered insights, and chat with the Attention super agent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors