Apideck MCP Server
Model Context Protocol server for the Apideck Unified API.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Tools: List available tools. Optionally filter by search terms that match against tool name, description, and scopes.
- Describe Tool Input: Get the input schema for one or more tools. It is a good idea to call this tool first to understand how to successfully call execute_tool.
- Execute Tool: Execute a tool by name with the provided input parameters. If executing a given tool for the first time, it is recommended to call describe_tool_input first to understand the expected in
What data it sees
Do you need an account
No: the server works without sign-in
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| list_tools | List available tools. Optionally filter by search terms that match against tool name, description, and scopes. |
| describe_tool_input | Get the input schema for one or more tools. It is a good idea to call this tool first to understand how to successfully call execute_tool. |
| execute_tool | Execute a tool by name with the provided input parameters. If executing a given tool for the first time, it is recommended to call describe_tool_input first to understand the expected input schema. |
| list_scopes | List the scopes available on this server. Scopes are categories that group related tools together. They can be used as search terms when filtering the list of tools. |