N8N-api-MCP
If you are the rightful owner of N8N-api-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 henry@mcphub.com.
A Model Context Protocol (MCP) server designed to interact with a self-hosted n8n instance.
search_api_endpoints
Search the local API spec database for endpoints matching a query.
get_api_endpoint_details
Retrieve detailed information for a specific endpoint from the local API spec database.
execute_api_call
Execute an API call to the configured n8n instance.
natural_language_api_search
Search for API calls using natural language.
save_to_fast_memory
Manually save an API call along with its original natural language query to the Fast Memory database.
list_fast_memory
List entries currently stored in the Fast Memory database.
delete_from_fast_memory
Delete a specific entry from the Fast Memory database by its ID.
clear_fast_memory
Remove all entries from the Fast Memory database.
load_api_spec_from_json
Load or update the API Specification database by parsing an OpenAPI/Swagger JSON file.
send_raw_api_request
Execute an API call using a raw request string.