Skip to main content

MCP server for the Abbe Core API — AI workforce impact analysis across 922 U.S. occupations

Project description

Abbe MCP Server

MCP (Model Context Protocol) server for the Abbe Core API — AI workforce impact analysis across 922 U.S. occupations.

Connects AI coding assistants (Claude Code, Claude Desktop, Cursor) to the hosted Abbe API. Runs locally, makes authenticated HTTP calls.

Installation

pip install abbe-mcp

Configuration

Set your API key as an environment variable or in your MCP config (see below):

export ABBE_API_KEY=your-api-key

ABBE_API_URL is optional — defaults to https://abbeapi.com.

Setup

Claude Code

claude mcp add abbe abbe-mcp -e ABBE_API_KEY=your-api-key

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "abbe": {
      "command": "abbe-mcp",
      "env": {
        "ABBE_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "abbe": {
      "command": "abbe-mcp",
      "env": {
        "ABBE_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

Tool Description
resolve_job_title Resolve a job title to a standardized O*NET occupation code
get_ai_impact Get AI impact scores (displacement/augmentation) for occupations
analyze_workforce Analyze AI impact across a workforce portfolio with headcount and salary
get_skills Get the most important and distinctive skills for occupations
get_occupation_tasks Get task-level AI impact labels for a specific occupation
list_occupations Browse and search the 922 scored occupations
get_api_info Get API metadata, model version, and coverage statistics

Example Usage

Ask your AI assistant natural-language questions:

"How will AI affect software engineers?"

"Compare AI impact on nurses vs accountants"

"Analyze a team of 50 software developers and 20 product managers"

"What specific tasks are driving AI impact for Lawyers?"

The assistant resolves titles to SOC codes, fetches impact scores, and formats results automatically.

API Documentation

Troubleshooting

"ABBE_API_KEY environment variable is not set" — Add your API key to the MCP config's env block.

"Abbe API error (429)" — Rate limit hit. The resolve endpoint allows 30 requests/min. Wait and retry.

Tool not showing up — Run abbe-mcp in your terminal. If it hangs waiting for stdin, the server is working (stdio transport). Press Ctrl+C to exit.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abbe_mcp-0.2.0.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abbe_mcp-0.2.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file abbe_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: abbe_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for abbe_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 13f817e251ebedff5b7794ddd9e9b4209a3c7f5e8be1de3ccd3e613d0f57f7b5
MD5 ef6587ed2ab0c636a1350b813faf3997
BLAKE2b-256 95977459da1523f5b48991659649056567eccdfe93ac9a80e1f90dce26f1173f

See more details on using hashes here.

File details

Details for the file abbe_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: abbe_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for abbe_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b1d8da4890a2138947c02898e052a758872ecb0f8bb5a5af9dac343610d5abc1
MD5 d27b596ca0b8c9e13043768f922bc191
BLAKE2b-256 a2bcc236952a08ce6a19e71385724d0064f7cdecb12d32e781c772994c27aaa5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page