avisangle/method-crm-mcp
If you are the rightful owner of method-crm-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A production-ready Model Context Protocol (MCP) server for Method CRM API integration.
Tools
Functions exposed to the LLM to take actions
method_tables_query
Query records with filtering, pagination, aggregation
method_tables_get
Get specific record by ID with optional expansion
method_tables_create
Create new record in any table
method_tables_update
Update record fields (batch support: 50 records)
method_tables_delete
Delete record permanently
method_files_upload
Upload file (max 50MB) with optional record linking
method_files_list
List files with filtering and pagination
method_files_download
Download file content (base64-encoded)
method_files_get_url
Generate temporary download URL (20-min expiry)
method_files_update_link
Update file link to different table/record
method_files_delete
Delete file permanently
method_user_get_info
Get current authenticated user information
method_events_create_routine
Create event-driven automation routine
method_events_list_routines
List all event routines with pagination
method_events_get_routine
Get specific routine details by ID
method_events_delete_routine
Delete event routine permanently
method_apikeys_create
Create new API key (returns key once)
method_apikeys_list
List API keys (keys masked for security)
method_apikeys_update
Update key metadata (name, permissions, status)
method_apikeys_delete
Delete/revoke API key permanently
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client