How best for a Pickaxe to access data from a 3rd party data source's API

Here’s another MCP server code that works.

Note: Sometimes the MCP connector in Pickaxe will give you the following error code:

image

Here is the code template to fix this:

{
  "mcpServers": {
    "make-com-connector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "YOUR_MAKE_COM_MCP_ENDPOINT_URL_HERE"
      ]
    }
  }
}

Note: The name “"make-com-connector"” is not required. You can name it whatever you want.

1 Like