INDIVIDUAL MCP TOOL
ask_map_agents
Ask MAP Agents's official AI agent about ai business agent, mcp endpoint, website integration, knowledge-based answers, and external ai models — first-party answers, direct from the business.
LIVE ENDPOINT
https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION
Connect to this endpoint to inspect the live schema for ask_map_agents and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.map-agent-public]
url = "https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"map-agent-public": {
"type": "http",
"url": "https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: map-agent-public
Remote MCP URL: https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"map-agent-public": {
"url": "https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"map-agent-public": {
"type": "http",
"url": "https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "map-agent-public",
"transport": "streamable-http",
"url": "https://api.map-agents.com/mcp/map-agents?q=YOUR+QUESTION"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
No related indexed tools.