API Tools
skmtc.dev
Provides tools to search a catalog, retrieve API records, and list operation documentation for discovering and using APIs.
ENDPOINT 1
https://mcp.skmtc.dev/mcp
MCP server metadata
- Name
- skmtc
- Version
- 1.0.0
Known tools 6
lookup_apisResolve a list of service or API names against the skmtc catalog in one call — the tool to start with when a project needs several APIs.
Inferred read-onlysearch_apisSearch the catalog's API cards (name and short description) with ranked results — for finding APIs by what they are called when lookup_apis has no owner match.
Inferred read-onlyget_apiThe full JSON record of one API by owner/slug: description, provider, license, every source with its last check, publisher-declared versions, lastCheckedAt / lastUpdatedAt, the latest content ref (latestVersionRef), operation and schema counts.
Inferred read-onlylist_operationsEvery operation of an API in one fetch, as the site's llms.txt: one line per operation with the address of its markdown page.
Inferred read-onlyget_operationOne operation's documentation as markdown, at the API's latest revision: parameters, request body, responses, and a Changes section with its recorded history.
Inferred read-onlyask_catalogAsk a natural-language question of the catalog and get an answer grounded in the indexed API content, with citations that name the API and operation.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.skmtc]
url = "https://mcp.skmtc.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skmtc": {
"type": "http",
"url": "https://mcp.skmtc.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skmtc
Remote MCP URL: https://mcp.skmtc.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"skmtc": {
"url": "https://mcp.skmtc.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skmtc": {
"type": "http",
"url": "https://mcp.skmtc.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skmtc",
"transport": "streamable-http",
"url": "https://mcp.skmtc.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.