← Registry

Data Collection

exploreandearn.com

Provides access to public listings and organization profiles from the Explore & Earn marketplace.

1 endpoint4 known toolsFirst detected July 18, 2026Last detected August 26, 2026

ENDPOINT 1

https://exploreandearn.com/api/public/mcp/mcp

No auth detected

MCP server metadata

Name
explore-and-earn-public
Version
1.0.0
Capabilities
tools.listChanged

Known tools 4

search_listings

Search Explore & Earn's LIVE public listings.

Inferred read-only
get_listing

Fetch ONE live public listing by its id (the id from search_listings or a https://exploreandearn.com/listing/{id} URL).

Inferred read-only
get_organization

Fetch a host organization's PUBLIC profile by id (from a listing's organizationId or a https://exploreandearn.com/host/{id} URL): name, about, categories, verified badge, live listing count.

Inferred read-only
explain_marketplace

Explains what Explore & Earn is, the four primary categories, how seekers and hosts use it, and how agents should cite listings and treat missing fields.

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.explore-and-earn-public]
url = "https://exploreandearn.com/api/public/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "explore-and-earn-public": {
      "type": "http",
      "url": "https://exploreandearn.com/api/public/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: explore-and-earn-public
Remote MCP URL: https://exploreandearn.com/api/public/mcp/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": {
    "explore-and-earn-public": {
      "url": "https://exploreandearn.com/api/public/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "explore-and-earn-public": {
      "type": "http",
      "url": "https://exploreandearn.com/api/public/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "explore-and-earn-public",
  "transport": "streamable-http",
  "url": "https://exploreandearn.com/api/public/mcp/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for exploreandearn.com was fetched 2026-08-01T17:25:06.910Z and is being refreshed.

Trust status Trusted

exploreandearn.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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