Token导航 LogoToken导航TokenDH.com
ME
办公协作HTTP官方级别未说明来源级核验

Method Crm MCP

MCP Server

Manage customer relationship data by performing CRUD operations on tables and handling file attachments. Automate business workflows through event-driven routines and secure API key administration. S…

工具数

公开资料未说明
JavaScriptAPI密钥HTTP团队协作

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:50

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add avinashsangle/method-crm-mcp

详细介绍

Method CRM

Manage customer relationship data by performing CRUD operations on tables and handling file attachments. Automate business workflows through event-driven routines and secure API key administration. S…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add avinashsangle/method-crm-mcp

# Browse available tools
npx -y smithery tool list avinashsangle/method-crm-mcp

# Get full schema for a tool
npx -y smithery tool get avinashsangle/method-crm-mcp method_tables_query

# Call a tool
npx -y smithery tool call avinashsangle/method-crm-mcp method_tables_query '{}'

Direct MCP Connection

Endpoint: https://method-crm-mcp--avinashsangle.run.tools

Required config:

  • X-Method-API-Key (header) — Method API Key

Tools (22)

  • method_tables_query — Query records from a Method CRM table with filtering, pagination, and aggregation. Supports OData-style queries for com…
  • method_tables_get — Get a specific record from a Method CRM table by ID.
  • method_tables_create — Create a new record in a Method CRM table.
  • method_tables_update — Update an existing record in a Method CRM table.
  • method_tables_delete — Delete a record from a Method CRM table permanently.
  • method_tables_fields — Discover available fields in a Method CRM table by querying sample records. Useful for understanding table structure be…
  • method_tables_lookup — Look up records in a table to find RecordID values for reference fields. Essential for finding IDs needed in foreign ke…
  • method_files_upload — Upload a file to Method CRM and link it to a table record (max 50MB).
  • method_files_list — List files in Method CRM with optional filtering by table, record, or filename.
  • method_files_download — Download a file from Method CRM by ID.
  • method_files_get_url — Generate a temporary download URL for a file (expires in 20 minutes).
  • method_files_update_link — Move a file to a different table/record by updating its link.
  • method_files_delete — Delete a file from Method CRM permanently.
  • method_user_get_info — Retrieve information about the currently authenticated user including name, email, role, permissions, and account detai…
  • method_events_create_routine — Create an event automation routine that triggers actions based on table events (create, update, delete).
  • method_events_list_routines — List all event automation routines with pagination.
  • method_events_get_routine — Get details of a specific event routine by ID.
  • method_events_delete_routine — Delete an event automation routine permanently.
  • method_apikeys_create — Create a new API key for programmatic access to Method CRM. Requires admin role. Key value is only shown once.
  • method_apikeys_list — List all API keys in the account with pagination. Key values are masked for security.
  • method_apikeys_update — Update an API key's name, description, permissions, or active status. Requires admin role.
  • method_apikeys_delete — Revoke an API key permanently. This cannot be undone. Requires admin role.
# Get full input/output schema for a tool
npx -y smithery tool get avinashsangle/method-crm-mcp 

目录标签

目录标签

JavaScriptAPI密钥HTTP团队协作

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP