MCP tools for exploring geometric data spaces with AI agents.
hypertopos-mcp gives AI agents a way to explore data built with hypertopos. Instead of writing queries, agents navigate a geometric space — finding anomalies, tracing relationships, comparing populations, and tracking change over time.
pip install hypertopos-mcpConfigure your MCP client:
{
"mcpServers": {
"hypertopos": {
"command": "hypertopos-mcp",
"env": {
"HYPERTOPOS_SPHERE_PATH": "path/to/your/sphere"
}
}
}
}The agent starts with open_sphere, then either:
detect_pattern("find anomalous accounts")— smart detection in a single callsphere_overview()— unlock the full manual toolset for step-by-step exploration
- Find anomalies — entities far from the population norm
- Discover clusters and structural archetypes
- Navigate between related entities
- Trace relationship chains and transaction flows
- Compare populations across groups or time windows
- Track drift and detect regime changes
- Score contagion risk through network proximity
- Build a geometric space from relational data using hypertopos-py
- Connect the space via hypertopos-mcp
- The agent explores — each finding leads to the next
Tools are registered dynamically. The agent starts with a small set and unlocks more as it explores — keeping context lean.
hypertopos-mcp provides tools. hypertopos-skills provides judgment — structured investigation workflows that guide agents through real tasks like fraud detection, anomaly triage, and drift monitoring.
| Tool Reference | All tool parameters, return shapes, filters |
| MCP Specification | Server spec, lifecycle, transport, error codes |
Research-stage project. Tooling and API may evolve.