← Registry

AI & Machine Learning

hunchful.io

This server manages a Hunchful collaboration model by reading it, proposing refinements, adding hunches, suggesting questions, and finding complementary thinkers to enhance collaborative thinking.

1 endpoint7 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://hunchful.io/mcp

No auth detected

MCP server metadata

Name
hunchful
Version
0.1.0
Capabilities
tools.listChanged

Known tools 7

read_model

Read a Hunchful collaboration model: its hunches (axis, pole, confidence), the axis ids you can refine, and how you're connected.

Inferred read-only
propose_refinement

Propose a refinement (provenance pointers only).

Inferred read-only
suggest_question

Suggest a NEW question/axis for the person — a dimension their model doesn't capture (situational axes welcome: name it 'When <situation>').

Inferred read-only
add_hunch

Record a NEW hunch the person just confirmed in conversation — a custom axis with their answer, added directly to their model (visible, revisable, removable by them).

Inferred read-only
find_complementary_thinkers

Which famous thinkers would COMPLETE this person — opposite poles on the axes where opposites unstick each other (not similarity).

Inferred read-only
find_matches

Look for complementary PEOPLE for the connected person (rule: agents propose, humans accept — this creates pending proposals the human decides on in their Hunchful hub; identities are never revealed here).

Inferred read-only
apply_refinement

Apply a refinement directly as one logged revision (append evidence pointers, nudge confidence).

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.hunchful]
url = "https://hunchful.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hunchful": {
      "type": "http",
      "url": "https://hunchful.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hunchful
Remote MCP URL: https://hunchful.io/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": {
    "hunchful": {
      "url": "https://hunchful.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hunchful": {
      "type": "http",
      "url": "https://hunchful.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hunchful",
  "transport": "streamable-http",
  "url": "https://hunchful.io/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 hunchful.io was fetched 2026-08-23T19:53:24.279Z and is being refreshed.

Trust status Neutral

hunchful.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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