Trackly CLI✓
io.github.kevinastuhuaman/trackly · v0.2.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kevinastuhuaman/trackly",
"description": "AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio.",
"title": "Trackly CLI",
"repository": {
"url": "https://github.com/kevinastuhuaman/trackly-cli",
"source": "github"
},
"version": "0.2.5",
"websiteUrl": "https://usetrackly.app/cli",
"icons": [
{
"src": "https://usetrackly.app/favicon-512x512.png?v=5",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "trackly-cli",
"version": "0.2.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "-y"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.usetrackly.app/api/mcp",
"headers": [
{
"description": "Optional Bearer trk_* API key for remote clients that don't support OAuth 2.1 Dynamic Client Registration. Clients that do support DCR can leave this blank — the server will guide them through an interactive OAuth flow. Create an API key at https://usetrackly.app/settings",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}