Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
HyperTool MCP proxy server for routing requests between clients and multiple underlying MCP servers <picture> <source media="(prefers-color-scheme: dark)" srcset="./assets/hypertool_darkmode_wordmark_horizontal.png"> <source media="(prefers-color-scheme: light)" srcset="./assets/hypertool_lightmode_wordmark_horizontal.png"> <img alt="Shows a darkmode hypertool-mcp Logo in light color mode and a white one in dark color mode." src="./assets/hypertool_lightmode_wordmark_horizontal.png" width="full"> </picture> <h1 ali Published capability contract available. No trust telemetry is available yet. 146 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
@toolprint/hypertool-mcp is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
HyperTool MCP proxy server for routing requests between clients and multiple underlying MCP servers <picture> <source media="(prefers-color-scheme: dark)" srcset="./assets/hypertool_darkmode_wordmark_horizontal.png"> <source media="(prefers-color-scheme: light)" srcset="./assets/hypertool_lightmode_wordmark_horizontal.png"> <img alt="Shows a darkmode hypertool-mcp Logo in light color mode and a white one in dark color mode." src="./assets/hypertool_lightmode_wordmark_horizontal.png" width="full"> </picture> <h1 ali
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 146 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 22, 2026
Vendor
Toolprint
Artifacts
0
Benchmarks
0
Last release
0.0.46
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 146 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/toolprint/hypertool-mcp.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Toolprint
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
146 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
# In your project directory cp .mcp.json .mcp.hypertool.json
json
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", ".mcp.hypertool.json"]
}
}
}text
You: "Create a toolset called 'coding' with git and docker tools" AI: "Created 'coding' toolset with 15 focused tools" You: "Switch to coding toolset" AI: "Equipped! I now have just the tools needed for development"
bash
# 1. Clone the persona collection git clone https://github.com/toolprint/awesome-mcp-personas # 2. Add a persona (e.g., web-dev persona) hypertool-mcp persona add awesome-mcp-personas/personas/web-dev # 3. Run with the persona npx -y @toolprint/hypertool-mcp mcp run --persona web-dev
bash
# Standard Mode (use your existing MCP servers): npx -y @toolprint/hypertool-mcp mcp run --mcp-config .mcp.hypertool.json # Persona Mode (bundled servers + pre-built toolsets): npx -y @toolprint/hypertool-mcp mcp run --persona web-dev # Persona Mode with specific toolset: npx -y @toolprint/hypertool-mcp mcp run --persona web-dev --equip-toolset frontend
text
Before: Tool Chaos ๐ต
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Claude/ โโโโถโ 50+ tools from 8 servers โ
โ Cursor โ โ โ Wrong picks โ
โ โ โ โ Slow decisions โ
โ โ โ โ Confused context โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
After: Expert Mode ๐ฏ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Claude/ โโโโถโ HyperTool โโโโถโ ALL Your Tools โ
โ Cursor โ โ (Local) โ โ (Same servers) โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโ
โ Smart Toolsets โ
โ ๐จ coding (5) โ โ "I'm coding now"
โ ๐ writing (3) โ โ "I'm writing now"
โ ๐ analysis (4) โ โ "I'm analyzing now"
โโโโโโโโโโโโโโโโโโโ
โ
Expert picks every timeFull documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
HyperTool MCP proxy server for routing requests between clients and multiple underlying MCP servers <picture> <source media="(prefers-color-scheme: dark)" srcset="./assets/hypertool_darkmode_wordmark_horizontal.png"> <source media="(prefers-color-scheme: light)" srcset="./assets/hypertool_lightmode_wordmark_horizontal.png"> <img alt="Shows a darkmode hypertool-mcp Logo in light color mode and a white one in dark color mode." src="./assets/hypertool_lightmode_wordmark_horizontal.png" width="full"> </picture> <h1 ali
Connect unlimited MCP servers. Use 10, 50, or 500+ tools total - your AI only sees what it needs.
Build "git-essentials" with 5 tools instead of drowning in 47 Git commands. Switch contexts instantly.
Enhance tools with examples and context. Watch your AI pick the right tool 89% more often.
# In your project directory
cp .mcp.json .mcp.hypertool.json
Replace your .mcp.json with:
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", ".mcp.hypertool.json"]
}
}
}
Restart your AI and try:
You: "Create a toolset called 'coding' with git and docker tools"
AI: "Created 'coding' toolset with 15 focused tools"
You: "Switch to coding toolset"
AI: "Equipped! I now have just the tools needed for development"
That's it! Your AI is now focused and effective. ๐
๐ก Want automated setup? Try our interactive setup command - see Advanced Guide for details.
๐ Configuration Mode: HyperTool uses a smart Configuration Mode to keep toolset management separate from your operational tools. Learn more in the Configuration Mode Guide.
Don't want to configure from scratch? Use personas - ready-to-use MCP server bundles with pre-built toolsets.
Think of personas as "app bundles" for your AI - they come with:
# 1. Clone the persona collection
git clone https://github.com/toolprint/awesome-mcp-personas
# 2. Add a persona (e.g., web-dev persona)
hypertool-mcp persona add awesome-mcp-personas/personas/web-dev
# 3. Run with the persona
npx -y @toolprint/hypertool-mcp mcp run --persona web-dev
That's it! No server configuration needed. The persona brings its own servers and toolsets.
๐ฆ Browse all available personas: awesome-mcp-personas
| Persona | Included Servers | Best For | |---------|-----------------|----------| | web-dev | Git, Docker, Filesystem, Browser, Testing | Full-stack web development | | data-scientist | Python, Jupyter, Database, Filesystem, Plotting | Data analysis & ML workflows | | devops | Docker, Kubernetes, AWS, Terraform, Monitoring | Infrastructure & deployment | | content-creator | Notion, Slack, Grammar, SEO, Social | Writing & content management | | researcher | Perplexity, Arxiv, Wikipedia, Filesystem | Research & knowledge work |
# Standard Mode (use your existing MCP servers):
npx -y @toolprint/hypertool-mcp mcp run --mcp-config .mcp.hypertool.json
# Persona Mode (bundled servers + pre-built toolsets):
npx -y @toolprint/hypertool-mcp mcp run --persona web-dev
# Persona Mode with specific toolset:
npx -y @toolprint/hypertool-mcp mcp run --persona web-dev --equip-toolset frontend
๐ก Pro tip: Personas can be mixed with your existing servers! Add --mcp-config to include your custom servers alongside the persona's servers.
๐ Learn more: See the complete Personas Guide for detailed instructions, creating custom personas, and troubleshooting.
See exactly how much context each tool consumes. Optimize your toolsets with token estimates for every tool.
<div align="center"> <img src="./assets/toolset_context.png" alt="Toolset Context View" width="700"> <p><em>Active toolset showing token usage per tool</em></p> </div>Why it matters:
How to use:
Ask your AI to use these MCP tools to see context information:
list-available-tools - Shows token estimates for all available toolsget-active-toolset - Shows token usage for your currently equipped toolsetEach tool displays estimated tokens and percentage of total context consumed. Perfect for building lean, efficient toolsets!
Targeted toolsets across any number of MCPs. Swap to the best toolset for a goal with a tool call. Dynamic tool registration.
<div align="center"> <a href="https://www.youtube.com/watch?v=43fkKOBayCg"> <img src="./demos/build_dynamic_toolsets_1080p_25fps.gif" alt="HyperTool Demo - Click for full video" width="800"> </a> </div>Before: Tool Chaos ๐ต
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Claude/ โโโโถโ 50+ tools from 8 servers โ
โ Cursor โ โ โ Wrong picks โ
โ โ โ โ Slow decisions โ
โ โ โ โ Confused context โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
After: Expert Mode ๐ฏ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Claude/ โโโโถโ HyperTool โโโโถโ ALL Your Tools โ
โ Cursor โ โ (Local) โ โ (Same servers) โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโ
โ Smart Toolsets โ
โ ๐จ coding (5) โ โ "I'm coding now"
โ ๐ writing (3) โ โ "I'm writing now"
โ ๐ analysis (4) โ โ "I'm analyzing now"
โโโโโโโโโโโโโโโโโโโ
โ
Expert picks every time
Just like Spotify playlists organize your music, toolsets organize your AI tools:
ALL YOUR TOOLS (64 total) YOUR TOOLSETS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ
โ ๐ณ Docker (19 tools) โ โ ๐จ "coding" โ
โ โข build_image โ โโโโโถ โ โข git.status โ
โ โข create_container โ โ โ โข git.commit โ
โ โข run_container โ โ โ โข docker.build โ
โ โข stop_container โ โ โ โข docker.run โ
โ โข [... 15 more] โ โ โ โข github.pr โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โ โโโโโโโโโโโโโโโโโโโโ
โ ๐ Git (12 tools) โโโโโค
โ โข status โ โ โโโโโโโโโโโโโโโโโโโโ
โ โข commit โ โ โ ๐ "writing" โ
โ โข push โ โโโโโถ โ โข notion.create โ
โ โข [... 9 more] โ โ โข slack.send โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โ โข grammarly.fix โ
โ ๐ Notion (8 tools) โโโโโโโ โโโโโโโโโโโโโโโโโโโโ
โ ๐ฌ Slack (6 tools) โ โ
โ ๐ Linear (10 tools) โ โ โโโโโโโโโโโโโโโโโโโโ
โ ๐งช Testing (9 tools) โ โโโถ โ ๐ "debugging" โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ โข logs.search โ
โ โข docker.logs โ
AI sees ALL 64 tools = confused ๐ต โ โข traces.view โ
โโโโโโโโโโโโโโโโโโโโ
AI sees 3-5 tools = focused ๐ฏ
Create focused toolsets for different workflows:
"deep-coding": git + docker + filesystem (12 tools)
โ Everything you need for feature development
"code-review": git + github + linear (10 tools)
โ Review PRs, update tickets, merge with confidence
"debugging": logs + docker + traces + alerts (8 tools)
โ Find and fix issues fast
"writing": notion + grammarly + slack (6 tools)
โ Blog posts, docs, and team updates
"research": perplexity + notion + filesystem (7 tools)
โ Deep dives with organized notes
You: "I need to debug our API"
AI: "I'll switch to the debugging toolset for better focus"
[Now has: logs, traces, curl, docker]
You: "Actually, let's write the incident report"
AI: "Switching to writing toolset"
[Now has: notion, slack, templates]
๐ก Pro tip: Start with 3-5 tools per toolset. Your AI will thank you!
Explore everything HyperTool can do:
| Feature | Description | Guide | |---------|-------------|-------| | ๐ญ Personas | Pre-configured MCP server bundles with curated toolsets. Get started instantly with ready-to-use workflows for web-dev, data science, DevOps, and more. | Personas Guide | | ๐ Server Groups | Organize MCP servers into logical groups. Launch related servers together, switch between projects, and maintain focused contexts. | Advanced Guide | | ๐ Context Measurement | See token estimates for every tool. Optimize your toolsets by understanding exactly how much context each tool consumes. | Context Measurement | | ๐ง Configuration Mode | Smart separation of toolset management from operational tools. Keep your AI focused on work, not configuration. | Configuration Mode Guide | | ๐ฏ Dynamic Toolsets | Build, modify, and switch between toolsets on the fly. Adapt your AI's capabilities to match your current task. | Examples & Recipes | | ๐ง Tool Annotations | Enhance tools with custom descriptions, examples, and context. Improve your AI's tool selection accuracy by 89%. | Advanced Guide | | ๐ HTTP Mode | Run HyperTool as a long-lived HTTP server for persistent connections and faster response times. | Advanced Guide | | ๐ Unlimited Servers | Connect as many MCP servers as you need. Break free from the 100-tool limit without sacrificing performance. | Quick Start |
Q: How is this different from just using MCP servers directly? A: HyperTool lets you use unlimited MCP servers without hitting the 100-tool limit, and dynamically switches between focused toolsets for better AI performance.
Q: What's the difference between Personas and Standard Mode? A: Standard Mode uses your existing MCP server configurations. Personas are pre-packaged bundles that include both MCP servers AND curated toolsets - perfect for getting started quickly or trying new workflows.
Q: Can I use multiple toolsets at once?
A: In stdio mode (default), use --equip-toolset <name> when launching. HTTP mode supports one active toolset but you can switch anytime.
Q: Where are my toolsets and configurations stored?
A: Everything is stored locally in ~/.toolprint/hypertool-mcp/:
~/.toolprint/hypertool-mcp/personas/~/.toolprint/hypertool-mcp/toolsets/~/.toolprint/hypertool-mcp/config/
You can directly edit these files when HyperTool is not running.Q: Does this work with Claude Desktop / Cursor / Claude Code? A: Yes! Cursor has full hot-swapping support. Claude Desktop works with restart. Claude Code hot-swap coming soon.
Q: What if an MCP server goes down? A: HyperTool monitors health and automatically reconnects when servers come back. Your toolsets stay intact.
Q: Can I share toolsets with my team? A: Import/export is coming soon! For now, you can copy and share toolset files - they'll work if your team has the same MCP servers configured.
Q: How accurate are the token estimates in context measurement? A: The estimates use BPE-based approximation for consistent relative comparisons between tools. They're perfect for understanding which tools consume more context, but not exact counts since different LLMs use different tokenizers.
Q: Does context measurement slow down my toolsets? A: No! Token counts are cached and add less than 10ms overhead. You won't notice any performance impact.
Q: How do I add tools from a new MCP server?
A: Just add the server to your .mcp.hypertool.json config. It's automatically available for toolsets.
Q: Can I use this in production? A: Yes! For enterprise support, contact us.
Works with ANY MCP-compatible app! HyperTool is a standard MCP server, so if your app supports MCP, it supports HyperTool.
| App | Status | How to Switch Toolsets |
|-----|---------|------------------------|
| Cursor/VSCode | โ
Full support | Switch toolsets instantly - no restart needed! |
| Claude Code | โณ Coming soon | Use --equip-toolset <name> flag (track progress) |
| Claude Desktop | โณ In progress | Restart app after switching toolsets |
๐ Learn More
# Clone and install
git clone https://github.com/toolprint/hypertool-mcp.git
cd hypertool-mcp
just setup-dev # Installs dependencies and pre-commit hooks
This project uses pre-commit hooks to ensure code quality:
# Install pre-commit hooks (included in setup-dev)
just setup-pre-commit
# Run hooks manually
just pre-commit-check # On staged files
just pre-commit-check-all # On all files
# Skip hooks for emergency commits (use sparingly)
SKIP=eslint,typescript git commit -m "emergency fix"
just build # Build the project
just test # Run tests
just lint # Run linting
just format # Format code
just typecheck # Check types
just pre-publish-checks # Run all quality checks
The hypertool-mcp service subcommand is currently disabled and will exit with a
notification when invoked.
Found a bug? Have an idea? We'd love your help!
MIT License - see LICENSE file for details.
Built by developers who got tired of watching AI pick the wrong tools ๐ฏ
<a href="https://toolprint.ai"> <img src="./assets/toolprint.png" alt="Toolprint" width="200"> </a> <p> <strong>Built with โค๏ธ by <a href="https://toolprint.ai">Toolprint</a></strong><br> <sub>ยฉ 2025 OneGrep, Inc.</sub> </p> </div>Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
No
Data region
global
Protocol support
Requires: mcp, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"mcp",
"api_key"
],
"requires": [
"mcp",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": true,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/toolprint/hypertool-mcp#input",
"outputSchemaRef": "https://github.com/toolprint/hypertool-mcp#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:46:14.392Z",
"sourceUpdatedAt": "2026-02-24T19:46:14.392Z",
"freshnessSeconds": 4434357
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:32:12.256Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "supported",
"confidenceSource": "contract",
"notes": "Confirmed by capability contract"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "model-context-protocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai-tools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "toolset",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "proxy",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "claude",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cursor",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai-assistant",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "dynamic-toolset",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mcp-server",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mcp-client",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mcp-proxy",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "toolprint",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "hypertool",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "smithery",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|supported|contract capability:mcp|supported|profile capability:model-context-protocol|supported|profile capability:ai-tools|supported|profile capability:toolset|supported|profile capability:proxy|supported|profile capability:claude|supported|profile capability:cursor|supported|profile capability:ai-assistant|supported|profile capability:dynamic-toolset|supported|profile capability:mcp-server|supported|profile capability:mcp-client|supported|profile capability:mcp-proxy|supported|profile capability:toolprint|supported|profile capability:hypertool|supported|profile capability:smithery|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:14.392Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "mcp, api_key",
"href": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:14.392Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/toolprint/hypertool-mcp#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:14.392Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Toolprint",
"href": "https://github.com/toolprint/hypertool-mcp#readme",
"sourceUrl": "https://github.com/toolprint/hypertool-mcp#readme",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "146 GitHub stars",
"href": "https://github.com/toolprint/hypertool-mcp",
"sourceUrl": "https://github.com/toolprint/hypertool-mcp",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-toolprint-hypertool-mcp/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to @toolprint/hypertool-mcp and adjacent AI workflows.