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.
ENDPOINT 1
https://hunchful.io/mcp
MCP server metadata
- Name
- hunchful
- Version
- 0.1.0
Known tools 7
read_modelRead a Hunchful collaboration model: its hunches (axis, pole, confidence), the axis ids you can refine, and how you're connected.
Inferred read-onlysuggest_questionSuggest a NEW question/axis for the person — a dimension their model doesn't capture (situational axes welcome: name it 'When <situation>').
Inferred read-onlyadd_hunchRecord 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-onlyfind_complementary_thinkersWhich famous thinkers would COMPLETE this person — opposite poles on the axes where opposites unstick each other (not similarity).
Inferred read-onlyfind_matchesLook 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-onlyapply_refinementApply a refinement directly as one logged revision (append evidence pointers, nudge confidence).
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.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.
hunchful.io 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.