Developer Tools
gnomoncontext.com
Provides API endpoints to search, fetch, and match people's intents, needs, offers, and dreams.
ENDPOINT 1
https://gnomoncontext.com/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 6
searchSearch Gnomoncontext for people's needs/offers, dreams, and public activities matching a query.
Inferred read-onlyfetchRetrieve the full content of a Gnomoncontext record by the id returned from `search` (e.g.
Inferred read-onlysubmit_intentFile one person's intent so Gnomoncontext can match them with others.
Inferred read-onlysearch_intentsPrecise, agent-friendly search over people's needs, offers, and dreams.
Inferred read-onlyfind_matchesGiven 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).
Inferred read-onlydemandDemand 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gnomoncontext.com was fetched 2026-07-26T21:07:18.306Z and is being refreshed.
gnomoncontext.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.