← Registry

Developer Tools

freeagentstore.online

Manages autonomous browser agents, including creation, deployment, and file listing.

1 endpoint13 known toolsFirst detected June 9, 2026Last detected August 30, 2026

ENDPOINT 1

https://mcp.freeagentstore.online/mcp

No auth detected

MCP server metadata

Name
FreeAgentStore
Version
0.3.0
Capabilities
tools.listChanged

Known tools 13

list_agents

List all published agents, or just yours if authenticated.

Inferred read-only
agent_info

Get info about an agent — live URL, repo, status.

Inferred read-only
deploy_status

Check deploy status (last 5 GitHub Actions runs).

Inferred read-only
create_agent

Create a new autonomous browser agent.

Potential side effects
list_files

List all files in an agent's repo.

Inferred read-only
read_file

Read a file from an agent's repo.

Inferred read-only
search_files

Search for text across all files in an agent's repo.

Inferred read-only
update_files

Write/overwrite files in an agent's repo as one commit.

Potential side effects
delete_file

Delete a file from an agent's repo.

Potential side effects
delete_agent

Remove an agent from the store.

Potential side effects
publish_to_store

Add an agent to the store registry so it appears on freeagentstore.online.

Inferred read-only
platform_guide

How to build autonomous browser agents on FreeAgentStore.

Inferred read-only
sdk_reference

Reference for agent tools, inference, MCP, search, fetch, and config.

Inferred read-only

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]
url = "https://mcp.freeagentstore.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freeagentstore": {
      "type": "http",
      "url": "https://mcp.freeagentstore.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freeagentstore
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": {
      "url": "https://mcp.freeagentstore.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freeagentstore": {
      "type": "http",
      "url": "https://mcp.freeagentstore.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freeagentstore",
  "transport": "streamable-http",
  "url": "https://mcp.freeagentstore.online/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.