Give your AI agents secure, structured access to Freshteam data through the Apideck MCP Server. 4 resources across ATS, HRIS. Managed auth, normalized schemas, zero custom code.
4 resources, each with up to 5 operations. Your agent discovers and executes these on demand.
Sign up for Apideck and create an application.
Link your Freshteam account through Vault. OAuth is handled for you.
Paste the config into your AI client. Your agent can now access the data.
{
"mcpServers": {
"apideck": {
"url": "https://mcp.apideck.dev/mcp",
"headers": {
"x-apideck-api-key": "YOUR_API_KEY",
"x-apideck-app-id": "YOUR_APP_ID",
"x-apideck-consumer-id": "YOUR_CONSUMER_ID"
}
}
}
}