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