Last Updated: October 12, 2025
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. By integrating ResourcePlanner with MCP, you can let AI agents like Claude, ChatGPT, or custom LLM applications read and manage your resource planning data through natural language.
Once connected via MCP, AI agents can perform intelligent operations on your workspace:
URL: https://resourceplanner.io/api/mcp
Authorization: Bearer YOUR_MCP_KEY_HERE
Instructions (just for inspiration, feel free to use your own): You are helper for project manager with access to ResourcePlanner application and you are able to answer questions about assignments, projects resources (team members) or vacations.
If successful, you'll receive a list of available tools that the AI can use to interact with your workspace.
The ResourcePlanner MCP server provides the following tools for AI agents:
rp_search – Search projects, resources, and assignments by keywordrp_list – List all projects, resources, or assignments with paginationrp_list_availability – Calculate daily available hours for a resourcerp_assign – Create a new assignment for a resource in a projectrp_update_assignment – Modify an existing assignment (dates, hours, notes)rp_delete_assignment – Remove an assignment from the workspacerp_vacations – Show all vacations/time-off in a date range, grouped by personrp_vacation_impact – Analyze what projects would be affected by a vacation request and suggest backup resourcesrp_project_history – List all resources who worked on a project during a date range with total hoursrp_project_people_changes – Analyze team churn (how team composition changed over time)rp_weekly_overview – Get hours per project and time-off for next week (or specific week)rp_notes_timeline – Search for phrases in assignment notes and return chronological timelinerp_long_runs – Detect burnout risk by finding resources with continuous assignments longer than N days (default: 90)If you encounter issues: Contact me at adam@techbyadam.com