mcp
01MCP server Claude CodeCodexCursor +2
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS). Runs locally from the @apideck/mcp npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS). Runs locally from the @apideck/mcp npm package. Needs 3 environment variables to run.
Instructions file CodexOpenCode
Instructions for apideck-libraries/api-skills, covering agent guidelines for apideck api skills, repository structure, skill authoring rules, skill.md requirements and progressive disclosure (context efficiency).
Plugin Claude Code
Apideck Unified API development plugin for Claude.
Command
List available Apideck connectors and their supported operations for a unified API.
Command
Generate a Portman configuration for API contract testing against an Apideck spec.
Command
Test an Apideck connection by listing resources from a specified API and connector.
Skill Claude CodeCodex
Access Financials integration via Apideck's Accounting unified API — same methods work across every connector in Accounting, switch by changing serviceId. Use when the user wants to read, write, or reconcile invoices, bills, payments, ledger accounts, and journal entries in Access Financials. Routes through Apideck…
Skill Claude CodeCodex
Acerta integration via Apideck's HRIS unified API — same methods work across every connector in HRIS, switch by changing serviceId. Use when the user wants to read or sync employees, departments, payrolls, and time-off records in Acerta. Routes through Apideck with serviceId "acerta".
Skill Claude CodeCodex
Act integration via Apideck's CRM unified API — same methods work across every connector in CRM, switch by changing serviceId. Use when the user wants to read, write, or search contacts, companies, leads, opportunities, activities, and pipelines in Act. Routes through Apideck with serviceId "act".
Skill Claude CodeCodex
ActiveCampaign integration via Apideck's CRM unified API — same methods work across every connector in CRM, switch by changing serviceId. Use when the user wants to read, write, or search contacts, companies, leads, opportunities, activities, and pipelines in ActiveCampaign. Routes through Apideck with serviceId…
Skill Claude CodeCodex
Acumatica integration via Apideck's Accounting unified API — same methods work across every connector in Accounting, switch by changing serviceId. Use when the user wants to read, write, or reconcile invoices, bills, payments, ledger accounts, and journal entries in Acumatica. Routes through Apideck with serviceId…
Skill Claude CodeCodex
ADP iHCM integration via Apideck's HRIS unified API — same methods work across every connector in HRIS, switch by changing serviceId. Use when the user wants to read or sync employees, departments, payrolls, and time-off records in ADP iHCM. Routes through Apideck with serviceId "adp-ihcm".
Skill Claude CodeCodex
RUN Powered by ADP integration via Apideck's HRIS unified API — same methods work across every connector in HRIS, switch by changing serviceId. Use when the user wants to read or sync employees, departments, payrolls, and time-off records in RUN Powered by ADP. Routes through Apideck with serviceId "adp-run".
Skill Claude CodeCodex
ADP Workforce Now integration via Apideck's HRIS unified API — same methods work across every connector in HRIS, switch by changing serviceId. Use when the user wants to read or sync employees, departments, payrolls, and time-off records in ADP Workforce Now. Routes through Apideck with serviceId "adp-workforce-now".
Skill Claude CodeCodex
AFAS Software integration via Apideck's HRIS unified API — same methods work across every connector in HRIS, switch by changing serviceId. Use when the user wants to read or sync employees, departments, payrolls, and time-off records in AFAS Software. Routes through Apideck with serviceId "afas".
Skill Claude CodeCodex
Simployer One integration via Apideck's HRIS unified API — same methods work across every connector in HRIS, switch by changing serviceId. Use when the user wants to read or sync employees, departments, payrolls, and time-off records in Simployer One. Routes through Apideck with serviceId "alexishr".
Skill Claude CodeCodex
Amazon Seller Central integration via Apideck's Ecommerce unified API — same methods work across every connector in Ecommerce, switch by changing serviceId. Use when the user wants to read, write, or sync orders, products, customers, and stores in Amazon Seller Central. Routes through Apideck with serviceId…
Skill Claude CodeCodex
Best practices for building Apideck integrations. Covers authentication patterns, pagination, error handling, connection management with Vault, webhook setup, and common pitfalls. Use when designing or reviewing any Apideck integration regardless of language.
Skill Claude CodeCodex
Generate typed API clients from Apideck OpenAPI specs using code generators. Use when the user wants to generate custom SDK clients, typed models, API stubs, or server scaffolding from Apideck's published OpenAPI specifications. Covers openapi-generator, Speakeasy, and Postman import workflows.
Skill Claude CodeCodex
Check Apideck connector API coverage before building integrations. Use when determining which operations a connector supports, comparing connector capabilities, or diagnosing why an API call fails with a specific connector. Teaches agents to query the Connector API for real-time coverage data.
Skill Claude CodeCodex
Apideck Unified API integration patterns for C# and .NET. Use when building integrations with accounting software (QuickBooks, Xero, NetSuite), CRMs (Salesforce, HubSpot, Pipedrive), HRIS platforms (Workday, BambooHR), file storage (Google Drive, Dropbox, Box), ATS systems (Greenhouse, Lever), e-commerce, or any of…
Skill Claude CodeCodex
Apideck Unified API integration patterns for Go. Use when building integrations with accounting software (QuickBooks, Xero, NetSuite), CRMs (Salesforce, HubSpot, Pipedrive), HRIS platforms (Workday, BambooHR), file storage (Google Drive, Dropbox, Box), ATS systems (Greenhouse, Lever), e-commerce, or any of Apideck's…
Skill Claude CodeCodex
Apideck Unified API integration patterns for Java. Use when building integrations with accounting software (QuickBooks, Xero, NetSuite), CRMs (Salesforce, HubSpot, Pipedrive), HRIS platforms (Workday, BambooHR), file storage (Google Drive, Dropbox, Box), ATS systems (Greenhouse, Lever), e-commerce, or any of Apideck's…
Skill Claude CodeCodex
Task playbook for fetching a month-end financial snapshot via the Apideck MCP server's apideck-month-end-close-check workflow tool. Use when the user asks for a P&L, balance sheet, aged creditors, or aged debtors view at a point in time. Read-only, idempotent, returns partial snapshots when some reports aren't…