Agent.AI MCP Server
@dschwartzAI
About Agent.AI MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agent.AI MCP Server?
An externally deployable version of the Agent.AI MCP Server, designed to be hosted on Vercel and called from other applications. It requires an Agent.AI API token for authentication.
How to use Agent.AI MCP Server?
Deploy the server to Vercel by creating a GitHub repository, pushing the code, and importing it into Vercel. Once deployed, call the server from other apps using the provided Vercel URL (e.g., https://your-project-name.vercel.app). For local development, run npm install && npm start and the server will start on http://localhost:3000.
Key features of Agent.AI MCP Server
- Deployable to Vercel (free tier works)
- Externally callable from any application
- Supports environment variable configuration
- Local development mode with default port 3000
- Authentication via Agent.AI API token
Use cases of Agent.AI MCP Server
- Integrate Agent.AI services into external applications
- Host a self-managed MCP server endpoint
- Test Agent.AI capabilities locally before production deployment
- Provide a programmable interface for AI-driven tasks
FAQ from Agent.AI MCP Server
How do I deploy the server?
Create a GitHub repository with the server code, push it, then import the repository into Vercel as a new project. Vercel will automatically detect it as a Node.js project; click "Deploy" to get a URL.
How do I set up authentication?
Add your Agent.AI API token as an environment variable named API_TOKEN in the Vercel project dashboard (Settings → Environment Variables). Then disable Vercel's built‑in authentication under Settings → Security.
Can I run the server locally?
Yes. Run npm install and npm start; the server will start on http://localhost:3000.
What are the prerequisites for deployment?
A GitHub account, a Vercel account (free tier works), and Git installed locally.
How do I troubleshoot deployment issues?
Ensure the @agentai/mcp-server package is publicly available, check Vercel deployment logs, and verify that your GitHub repository is public or that Vercel has access to it.
More AI & Agents MCP servers
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Comments