Give your AI agents secure, structured access to Planhat data through the Apideck MCP Server. 6 resources across CRM. Managed auth, normalized schemas, zero custom code.
The Apideck MCP Server gives your agent access to Planhat through normalized APIs. Same schema, same tools, regardless of provider.
6 resources, each with up to 5 operations. Your agent discovers and executes these on demand.
crm_companies_alllistcrm_companies_onegetcrm_companies_addcreatecrm_companies_updateupdatecrm_companies_deletedeletecrm_contacts_alllistcrm_contacts_onegetcrm_contacts_addcreatecrm_contacts_updateupdatecrm_contacts_deletedeletecrm_opportunities_alllistcrm_opportunities_onegetcrm_opportunities_addcreatecrm_opportunities_updateupdatecrm_opportunities_deletedeletecrm_notes_alllistcrm_notes_onegetcrm_notes_addcreatecrm_notes_updateupdatecrm_notes_deletedeletecrm_users_alllistcrm_users_onegetcrm_users_addcreatecrm_users_updateupdatecrm_users_deletedeletecrm_activities_alllistcrm_activities_onegetcrm_activities_addcreatecrm_activities_updateupdatecrm_activities_deletedeleteSign up for Apideck and create an application.
Link your Planhat 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"
}
}
}
}Same MCP server, same schema. Switch providers without changing your agent code.