← Registry

API Tools

skmtc.dev

Provides tools to search a catalog, retrieve API records, and list operation documentation for discovering and using APIs.

1 endpoint6 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://mcp.skmtc.dev/mcp

No auth detected

MCP server metadata

Name
skmtc
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

lookup_apis

Resolve 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-only
search_apis

Search 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-only
get_api

The 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-only
list_operations

Every 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-only
get_operation

One 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-only
ask_catalog

Ask 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.