← research-agent.net
INDIVIDUAL MCP TOOL
list_templates
List available pre-built agent templates you can create agents from.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.research-agent-net]
url = "https://research-agent.net/mcp/%7Bapi_key%7D"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"research-agent-net": {
"type": "http",
"url": "https://research-agent.net/mcp/%7Bapi_key%7D"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: research-agent-net
Remote MCP URL: https://research-agent.net/mcp/%7Bapi_key%7D
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": {
"research-agent-net": {
"url": "https://research-agent.net/mcp/%7Bapi_key%7D"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"research-agent-net": {
"type": "http",
"url": "https://research-agent.net/mcp/%7Bapi_key%7D"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "research-agent-net",
"transport": "streamable-http",
"url": "https://research-agent.net/mcp/%7Bapi_key%7D"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
research— Run a deep-web research query (costs 1 credit).list_agents— List all your configured research agents with their IDs, models, and input variables.get_agent— Get full details of a specific agent by ID.create_agent— Create a new research agent.create_agent_from_template— Create a new agent from a pre-built template (use list_templates first).update_agent— Update an existing agent's configuration.delete_agent— Permanently delete an agent.run_agent— Execute a configured research agent with input variables (costs 1 credit).