@jasondsmith72
MCP Server for interacting with an n8n instance
search_api_endpoints
Search the local API spec database for endpoints matching a query (path, summary, description, tags).
get_api_endpoint_details
Retrieve detailed information (parameters, request body, responses) for a specific endpoint (path and method) from the local API spec database.
execute_api_call
Execute an API call to the configured n8n instance. Checks Fast Memory first; if not found, prompts to save the call to Fast Memory upon success.
natural_language_api_search
Search for API calls using natural language. Checks Fast Memory first, then falls back to searching the API spec database based on the query.
save_to_fast_memory
Manually save an API call (path, method, params, data) along with its original natural language query and a description to the Fast Memory database.
list_fast_memory
List entries currently stored in the Fast Memory database, optionally filtering by a search term.
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 (`api_spec.db`) by parsing an OpenAPI/Swagger JSON file.
send_raw_api_request
Execute an API call using a raw request string (e.g., "GET /workflows?limit=5"). Uses the same underlying logic as `execute_api_call`, including Fast Memory checks and save prompts.
x1xhlol
modelcontextprotocol
oraios
cloudwego
tadata-org