Skip to content

Tool Catalog

MidOS provides 34+ MCP tools organized across 5 access tiers. Each tool follows MCP’s JSON-RPC 2.0 protocol and works with any compatible client.

TierToolsAuth RequiredDescription
Free9NoCore search, status, and onboarding
Dev6midos_sk_dev_*Full knowledge access, sessions, code chunking
Ops5midos_sk_ops_*EUREKA, truth patches, advanced search
Marketplace5Profile-basedSkill pack management
QA & Community6VariesFeedback, quality gates, reporting

Total: 34+ tools

ToolTierWhat it does
search_knowledgeFreeKeyword search across 21,000+ chunks
list_skillsFreeBrowse 118 skills, filter by stack
agent_handshakeFreePersonalized onboarding — call this first
semantic_searchDevVector search with Gemini embeddings
get_skillDevGet full skill document by name
save_progressDevSave session checkpoint for resume

When connecting for the first time, call agent_handshake:

{
"name": "agent_handshake",
"arguments": {
"model": "claude-sonnet-4-5-20250514",
"context_window": 200000,
"client": "cursor",
"languages": "python,typescript",
"project_goal": "Building a REST API with FastAPI"
}
}

This returns a personalized tool catalog and setup recommendations based on your specific context.

All tools enforce bounds for safety:

ParameterLimit
Query strings5,000 chars
Name lookups200 chars
Result sets100 items max
File content10,000 chars
Text prefix (memory ops)10 chars minimum