Skip to main content
Glama

McFlow

example-compiled.json1.46 kB
{ "id": "example-compiled", "name": "Example Compiled Workflow", "description": "Updated at 4:46 PM - With external code compilation", "active": false, "nodes": [ { "parameters": { "method": "GET", "url": "https://api.example.com/data", "options": {} }, "name": "Fetch Data", "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.2, "position": [250, 300] }, { "parameters": { "nodeContent": { "jsCode": "example_parse_response" } }, "name": "Parse Response", "type": "n8n-nodes-base.code", "typeVersion": 2, "position": [450, 300] }, { "parameters": { "nodeContent": { "jsCode": "example_transform_data" } }, "name": "Transform Data", "type": "n8n-nodes-base.code", "typeVersion": 2, "position": [650, 300] } ], "connections": { "Fetch Data": { "main": [ [ { "node": "Parse Response", "type": "main", "index": 0 } ] ] }, "Parse Response": { "main": [ [ { "node": "Transform Data", "type": "main", "index": 0 } ] ] } }, "settings": { "executionOrder": "v1" }, "staticData": null, "meta": { "templateCredsSetupCompleted": true } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinleymedia/mcflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server