RUNN
JSON →runn.io MCP Server
Install
pip install --upgrade Tools · 27
- list_projects returns {id, name} pairs
- list_people returns {id, name, email} by default (set full=true for raw objects)
- billable_hours aggregates billable hours grouped by project/person/month
- list_clients list clients (raw API objects)
- list_assignments list assignments (raw API objects)
- list_assignments_by_person assignments for a person, optional date range
- list_assignments_by_project assignments for a project, optional date range
- list_assignments_by_role assignments for a role, optional date range
- list_assignments_by_team assignments for a team's people, optional date range
- list_actuals list actuals (raw API objects)
- list_actuals_by_date_range actuals in a date range, optional person/project filters
- list_actuals_by_person actuals for a person, optional date range
- list_actuals_by_project actuals for a project, optional date range
- list_actuals_by_role actuals for a role, optional date range
- list_actuals_by_team actuals for a team's people, optional date range
- list_roles list roles (raw API objects)
- list_roles_by_person roles that include a person
- list_skills list skills (raw API objects)
- list_skills_by_person skills for a person with levels + names
- list_teams list teams (raw API objects)
- list_people_by_team people in a team (optionally include archived)
- list_people_by_skill people who have a skill (optional min level)
- list_people_by_tag people with a tag (by id or name)
- list_people_by_manager people managed by a manager id
- list_rate_cards list rate cards (raw API objects)
- list_rate_cards_by_project rate cards that include a project
- runn_request call any Runn API endpoint (GET/POST/PATCH/PUT/DELETE)
Environment variables
RUNN_API_KEYYOUR_API_KEY