← gnomoncontext.com

INDIVIDUAL MCP TOOL

demand

Demand intelligence the open web can't answer: how many people are currently looking, which way it leans (seeking vs offering), and the hottest topics — for any theme / topic / country / city scope.

gnomoncontext.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

gnomoncontext.com

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.mcp-typescript-server-on-vercel]
url = "https://gnomoncontext.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://gnomoncontext.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://gnomoncontext.com/api/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": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://gnomoncontext.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://gnomoncontext.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://gnomoncontext.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search — Search Gnomoncontext for people's needs/offers, dreams, and public activities matching a query.
  • fetch — Retrieve the full content of a Gnomoncontext record by the id returned from `search` (e.g.
  • submit_intent — File one person's intent so Gnomoncontext can match them with others.
  • search_intents — Precise, agent-friendly search over people's needs, offers, and dreams.
  • find_matches — Given what a user wants (free-text `text`, or structured `topic`+`city`/`country`), return the people on the OTHER side — opposite-direction offers/seekers in the same topic and place (or co-dreamers for a dream).