Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions integrations/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,24 @@ Watch the video below to learn how to integrate TabPFN with n8n workflows.
allowFullScreen
></iframe>

Follow these steps to setup TabPFN MCP as a tool that agent can use in n8n.

1. Add a new tool to your agent:
- Add or find an existing AI Agent node
- Click on `+` underneath the `Tool` connector
- In the sidebar, find and select `MCP Client Tool`
2. In the configuration pop-up, set the following:
- Endpoint: https://api.priorlabs.ai/mcp/server
- Server Transport: HTTP Streamable
- Authentication: Bearer
3. Configure credential for authentication:
- Click on dropdown `Credential` for Bearer Auth and select `Create new credential`
- If you have already obtained Prior Labs API key, paste it to `Bearer` field
- If you don't have Prior Labs API key, follow instructions [here](https://docs.priorlabs.ai/api-reference/getting-started#1-get-your-access-token) to get started
- Press `Save` in top right corner

Once this is done, your TabPFN tool is ready to be used by the agent.
Comment on lines +167 to +183

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new instructions for n8n are a great addition! I've found a few small opportunities to improve grammar, phrasing, and link consistency. The suggested changes below address these minor issues to enhance readability and maintainability of the documentation.

Follow these steps to set up TabPFN MCP as a tool that an agent can use in n8n.

1. Add a new tool to your agent:
    - Add or find an existing AI Agent node
    - Click on `+` underneath the `Tool` connector
    - In the sidebar, find and select `MCP Client Tool`
2. In the configuration pop-up, set the following:
    - Endpoint: https://api.priorlabs.ai/mcp/server
    - Server Transport: HTTP Streamable
    - Authentication: Bearer
3. Configure credentials for authentication:
    - Click on the `Credential` dropdown for Bearer Auth and select `Create new credential`
    - If you have already obtained a Prior Labs API key, paste it into the `Bearer` field
    - If you don't have a Prior Labs API key, follow the instructions [here](/api-reference/getting-started#1-get-your-access-token) to get started
    - Press `Save` in the top right corner

Once this is done, your TabPFN tool is ready to be used by the agent.


## Tool Reference

### `fit_and_predict`
Expand Down