← freeagentstore.online

INDIVIDUAL MCP TOOL

delete_agent

Remove an agent from the store.

freeagentstore.onlinenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent endpoint

freeagentstore.online

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.
  • list_files — List all files in an agent's repo.
  • 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.