← skima.ai

INDIVIDUAL MCP TOOL

list_glossary

List Skima glossary entries (product + recruiting industry terms).

skima.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

skima.ai

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.skima-ai]
url = "https://skima.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skima-ai": {
      "type": "http",
      "url": "https://skima.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skima-ai
Remote MCP URL: https://skima.ai/api/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": {
    "skima-ai": {
      "url": "https://skima.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skima-ai": {
      "type": "http",
      "url": "https://skima.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skima-ai",
  "transport": "streamable-http",
  "url": "https://skima.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_available_slots — List bookable Skima demo slots for a date range and IANA timezone.
  • book_demo — Book a Skima product demo in one call: submit the lead form and reserve the chosen slot from get_available_slots.
  • get_pricing — Return Skima pricing guidance.
  • submit_pilot_lead — Submit a 30-day Skima pilot lead.
  • start_free_trial — Start a 14-day Skima free trial.
  • subscribe_newsletter — Subscribe an email to the Skima newsletter.
  • list_integrations — List the ATS/HRIS/CRM integration partners Skima ships natively.
  • list_evaluations — List Skima evaluation articles (assessments, candidate scorecards, role-specific evaluation guides).