Apideck MCP Server

Model Context Protocol server for the Apideck Unified API.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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.

Список инструментов сервера (4)

Технические названия из tools/list. Нужны только разработчикам.

list_toolsList available tools. Optionally filter by search terms that match against tool name, description, and scopes.
describe_tool_inputGet 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_toolExecute 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_scopesList 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.