Skip to main content
Glama
daanno

Simplicate MCP Server

by daanno

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SIMPLICATE_API_KEYYesYour Simplicate API key
SIMPLICATE_API_SECRETYesYour Simplicate API secret
SIMPLICATE_API_BASE_URLYesYour Simplicate API base URL (e.g., https://yourdomain.simplicate.com/api/v2)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_projectsB

Retrieve a list of all projects

get_projectC

Get details of a specific project by ID

create_projectC

Create a new project

update_projectC

Update an existing project

delete_projectC

Delete a project

get_project_servicesC

Get services/items for a specific project

get_tasksC

Retrieve project tasks

get_organizationsC

Retrieve CRM organizations

get_organizationC

Get specific organization by ID

create_organizationC

Create a new organization

update_organizationD

Update an organization

get_personsC

Retrieve contact persons

get_personC

Get specific person by ID

create_personC

Create a new contact person

update_personD

Update a person

get_quotesC

Retrieve sales quotes

get_quoteC

Get specific quote by ID

create_quoteC

Create a new sales quote

get_salesC

Retrieve sales records

get_saleC

Get specific sale by ID

get_hoursC

Retrieve timesheet hours

get_hours_entryC

Get specific hours entry by ID

create_hoursC

Create a new hours entry

update_hoursC

Update hours entry

delete_hoursC

Delete hours entry

get_timesheetsD

Retrieve timesheets

get_leaveC

Retrieve leave/vacation entries

create_leaveC

Create leave/vacation entry

get_calendar_eventsC

Get calendar/planning events

get_invoicesD

Retrieve invoices

get_invoiceC

Get specific invoice by ID

create_invoiceD

Create a new invoice

update_invoiceD

Update an invoice

get_paymentsC

Retrieve invoice payments

create_paymentD

Create a payment record

get_revenueC

Retrieve revenue records

get_employeesC

Retrieve employees

get_employeeC

Get specific employee by ID

get_absencesC

Retrieve employee absences

create_absenceD

Create absence record

get_servicesC

Retrieve services catalog

get_serviceC

Get specific service by ID

create_serviceC

Create a new service

get_default_servicesB

Get default services configuration

get_taskC

Get specific task by ID

create_taskD

Create a new task

update_taskD

Update a task

get_costsC

Retrieve project costs

get_costC

Get specific cost by ID

create_costD

Create a cost entry

get_mileageC

Retrieve mileage records

create_mileageC

Create mileage entry

get_documentsC

Retrieve documents

get_documentC

Get specific document by ID

get_contractsD

Retrieve contracts

get_contractC

Get specific contract by ID

create_contractD

Create a new contract

get_custom_fieldsC

Retrieve custom field definitions

searchC

Search across Simplicate resources

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
ProjectsAll projects
OrganizationsCRM organizations
PersonsContact persons
HoursTimesheet hours
InvoicesAll invoices
EmployeesAll employees
QuotesSales quotes
SalesSales records
ServicesService catalog
TasksProject tasks
CostsProject costs
ContractsAll contracts
DocumentsAll documents

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daanno/simplicate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server