Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
mintmcp - Skill - OpenSmartRoute
Skillv1.0.0
mintmcp
Use this skill whenever using the MintHCM MCP to check whether the task you are about to perform, or the information you are looking for, is already in the documentation.
Imported from minthcm/minthcm (mcp/SKILL.md). Install upstream with npx skills add minthcm/minthcm --skill mcp. Copyright stays with the author.
MintMCP
Use this skill whenever using the MintHCM MCP.
Flow:
Use browse_documentation first o discover available documentation sections and choose the right area.
Then use get_documentation_entry to read the exact guidance, parameters, and limitations in detail.
Check if the task or needed information is already documented to avoid unnecessary MCP calls and follow documented patterns.
Use other MCP tools when documentation does not answer the need, or when documentation gives a clear plan to execute.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
minthcm-minthcm-mcp.ocm.jsonjson
{
"ocm": "1",
"id": "minthcm-minthcm-mcp",
"kind": "skill",
"name": "mintmcp",
"description": "Use this skill whenever using the MintHCM MCP to check whether the task you are about to perform, or the information you are looking for, is already in the documentation.",
"publisher": "minthcm",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill whenever using the MintHCM MCP to check whether the task you are about to perform, or the information you are looking for, is already in the documentation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/minthcm/minthcm",
"path": "mcp/SKILL.md",
"ref": "d8d4d29475d72e4846b50d5527c9721819f9e977",
"url": "https://github.com/minthcm/minthcm/blob/d8d4d29475d72e4846b50d5527c9721819f9e977/mcp/SKILL.md",
"key": "minthcm/minthcm/mcp/SKILL.md"
}
},
"instructions": "# MintMCP\n\nUse this skill whenever using the MintHCM MCP.\n\nFlow:\n1. Use `browse_documentation` first o discover available documentation sections and choose the right area.\n2. Then use `get_documentation_entry` to read the exact guidance, parameters, and limitations in detail.\n3. Check if the task or needed information is already documented to avoid unnecessary MCP calls and follow documented patterns.\n4. Use other MCP tools when documentation does not answer the need, or when documentation gives a clear plan to execute.",
"cost": {
"context_tokens": 131
}
}
Fetch it by URL: GET /api/v1/registry/minthcm-minthcm-mcp/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.