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.
- 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
- Install the plugin:
/plugin install rollie-jobs@rollie - Run
/setup— Rollie will walk you through connecting your account - 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
Add to your tool's MCP settings:
{
"mcpServers": {
"rollie": {
"url": "https://mcp.rolliejobs.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}- Log in to Rollie
- Go to My Profile → AI Integrations
- Click New Connection and give it a label
- 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.
| 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 |
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
- Rollie — Marketing site
- Rollie App — Log in and manage your data
- MCP (Model Context Protocol) — The open standard that makes this work
MIT
