Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.freeagentstore-online]
url = "https://mcp.freeagentstore.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freeagentstore-online": {
"type": "http",
"url": "https://mcp.freeagentstore.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freeagentstore-online
Remote MCP URL: https://mcp.freeagentstore.online/mcp
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": {
"freeagentstore-online": {
"url": "https://mcp.freeagentstore.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freeagentstore-online": {
"type": "http",
"url": "https://mcp.freeagentstore.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freeagentstore-online",
"transport": "streamable-http",
"url": "https://mcp.freeagentstore.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_agents— List all published agents, or just yours if authenticated.agent_info— Get info about an agent — live URL, repo, status.deploy_status— Check deploy status (last 5 GitHub Actions runs).create_agent— Create a new autonomous browser agent.read_file— Read a file from an agent's repo.search_files— Search for text across all files in an agent's repo.update_files— Write/overwrite files in an agent's repo as one commit.delete_file— Delete a file from an agent's repo.