AI agent instructions
AI agent instructions
MCPTools toolkit that connects an agent to any MCP server. Point it at the Notte MCP server to give your agent sessions, browser agents, scraping and functions.
Prerequisites
- A Notte API key (get one here)
- Credentials for the model your agent uses
1. Install the SDKs
2. Attach the Notte MCP server
notte_agno.py
.env file:
Pass the bearer token through
header_provider, not headers - MCPTools forwards header_provider to the HTTP transport and rejects a bare headers argument.Next steps
MCP Server
Every tool the Notte MCP server exposes
Browser Agents
Hand a whole task to a Notte agent
Fetch
Pull structured data out of a page
Functions
Turn a working run into a callable function