Skip to content

south-bend-code-works/rollie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rollie

Rollie

Your friendly roly-poly workforce assistant, ready to roll up and help you explore your regional workforce data.


Rollie helps economic development organizations track companies, jobs, and hiring activity across their region. This plugin brings all that data right into your AI tools — just ask Rollie what you want to know.

"How many jobs does Best Buy have?" "Find me warehouse jobs in Indiana." "When was our data last refreshed?" — Rollie's got you covered.

What Rollie Can Do

  • Search jobs across all your organizations using plain English
  • Look up companies — profiles, job counts, job board membership, refresh status
  • Explore your workforce — trends, hiring activity, regional insights
  • Check data health — when things last refreshed, what's running, what failed

Setup

Claude Code / Cowork

  1. Install the plugin: /plugin install rollie-jobs@rollie
  2. Run /setup — Rollie will walk you through connecting your account
  3. That's it! Ask Rollie anything about your workforce data.

Or add the marketplace manually:

/plugin marketplace add https://github.com/south-bend-code-works/rollie.git

Cursor / Windsurf / Other MCP Clients

Add to your tool's MCP settings:

{
  "mcpServers": {
    "rollie": {
      "url": "https://mcp.rolliejobs.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Getting Your API Key

  1. Log in to Rollie
  2. Go to My ProfileAI Integrations
  3. Click New Connection and give it a label
  4. Copy the key — you'll only see it once

Or just run /setup after installing the plugin — it'll guide you through the whole thing.

Available Tools

Tool What Rollie Does Who Can Use It
whoami Introduces himself and shows your orgs and permissions Everyone
get_companies Lists all the companies your org tracks Everyone
get_company Digs into a specific company's profile Everyone
get_jobs Pulls up jobs for a company Everyone
search_jobs Searches jobs using natural language Everyone
hub_get_company Looks up the source-of-truth company record Rollie Prime
hub_get_jobs Gets jobs from the central hub Rollie Prime
hub_search_jobs Searches across ALL jobs in the system Rollie Prime
get_roll Shows details of a data refresh run Rollie Prime
get_roll_history Shows recent refresh history for a company Rollie Prime
get_rolls Queries rolls by status, type, or time Rollie Prime
get_roll_logs Shows step-by-step execution logs Rollie Prime
get_workers Checks on the worker crew Rollie Prime

How It Works

This plugin connects to Rollie's MCP server, giving your AI assistant read-only access to your organization's workforce data. Your API key determines which organizations you can access.

  • Regular users see data scoped to their organizations
  • Rollie Prime users get the full toolkit — hub data, roll management, and worker status

Learn More

License

MIT

About

This public repo is specifically for Rollie's AI integrations and AI skills for tools such as Claude co-work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors