# Agent.ai MCP Server An MCP server implementation that integrates with the Agent.ai API, providing web text extraction, web screenshots, and YouTube
Agent.Ai MCP server exists for a simple reason — assistants are far more useful when they can act on Agent.Ai directly instead of describing what you should do. # Agent.ai MCP Server An MCP server implementation that integrates with the Agent.ai API, providing web text extraction, web screenshots, and YouTube transcript capabilities through a dynamic function loading system. ## Features -.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Once Agent.Ai is connected, these are the calls the assistant has available:
grab_web_text — Extract text content from web pagesInputs — - url (string, required): URL of the web page to extractgrab_web_screenshot — Capture visual screenshots of web pagesget_youtube_transcript — Fetch transcripts from YouTube videosYou will need one environment variable: API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agent.Ai's toolset — grab_web_text, Inputs, grab_web_screenshot and 1 more — is a fair guide to whether it matches your workflow. It is maintained by OnStartups; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Agent.Ai's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| grab_web_text | Extract text content from web pages |
| Inputs | - url (string, required): URL of the web page to extract |
| grab_web_screenshot | Capture visual screenshots of web pages |
| get_youtube_transcript | Fetch transcripts from YouTube videos |
{
"mcpServers": {
"agentai": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_TOKEN",
"mcp/agentai"
],
"env": {
"API_TOKEN": "YOUR_API_TOKEN_HERE"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| API_TOKEN | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.