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