FreeAgent MCP Server
by markpitt
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FREEAGENT_CLIENT_ID | Yes | Your FreeAgent client ID from the Developer Dashboard | |
FREEAGENT_ACCESS_TOKEN | Yes | Your FreeAgent OAuth access token | |
FREEAGENT_CLIENT_SECRET | Yes | Your FreeAgent client secret from the Developer Dashboard | |
FREEAGENT_REFRESH_TOKEN | Yes | Your FreeAgent OAuth refresh token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_timeslips | List timeslips with optional filtering |
get_timeslip | Get a single timeslip by ID |
create_timeslip | Create a new timeslip |
update_timeslip | Update an existing timeslip |
delete_timeslip | Delete a timeslip |
start_timer | Start a timer for a timeslip |
stop_timer | Stop a running timer for a timeslip |