What is the io.intencion/mcp MCP server?
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
How to install io.intencion/mcp
Copy-paste configuration for popular MCP clients.
INTENCION_API_KEYrequiredsecretYour Intencion read key (starts with in_pk_).
INTENCION_BASE_URLIntencion API base URL. Defaults to https://intencion.io; override for a self-hosted instance.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<YOUR_INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<YOUR_INTENCION_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<YOUR_INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<YOUR_INTENCION_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<YOUR_INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<YOUR_INTENCION_BASE_URL>"
}
}
}
}{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<YOUR_INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<YOUR_INTENCION_BASE_URL>"
}
}
}
}claude mcp add mcp --env INTENCION_API_KEY=<YOUR_INTENCION_API_KEY> --env INTENCION_BASE_URL=<YOUR_INTENCION_BASE_URL> -- npx -y @intencion/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.