Data Collection
exploreandearn.com
Provides access to public listings and organization profiles from the Explore & Earn marketplace.
ENDPOINT 1
https://exploreandearn.com/api/public/mcp/mcp
MCP server metadata
- Name
- explore-and-earn-public
- Version
- 1.0.0
Known tools 4
get_listingFetch ONE live public listing by its id (the id from search_listings or a https://exploreandearn.com/listing/{id} URL).
Inferred read-onlyget_organizationFetch 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-onlyexplain_marketplaceExplains 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-onlyCONNECT 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.
exploreandearn.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.