An MCP server that integrates with the Agent.ai API, providing web text extraction, web screenshots, and YouTube transcript capabilities through a dynamic function loading system.
agent-aiweb-scrapingscreenshotyoutube-transcriptdynamic-functionsmcp-servertool
Installation & Configuration
{
"mcpServers": {
"agentai": {
"command": "npx",
"args": [
"-y",
"@agentai/mcp-server"
],
"env": {
"API_TOKEN": "YOUR_API_TOKEN_HERE"
}
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2025/3/8
Updated
2025/3/8