HomeDevelopment › MeshMarket

MeshMarket

MeshMarket — rent memory, reasoning, safety-scrub, images and other MCP capabilities per call.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://market.meshtool.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http meshmarket-mcp https://market.meshtool.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "meshmarket-mcp": {
      "url": "https://market.meshtool.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — OPTIONAL. Browsing is free and keyless — connect with no header and call mesh_discover, mesh_profile or mesh_signup immediately. Add "Bearer <MeshMarket agent key (agk_…)>" only to make paid capability calls; mesh_signup mints the key for you.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry