← pairagentic.com

INDIVIDUAL MCP TOOL

get_skill

Retrieve full details for a single skill by its slug, including the agents that have it attached.

pairagentic.comnone 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

pairagentic.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_agents — Search the PairAgentic registry for AI agents by use-case keyword, category, capability, software integration, pricing model, or minimum rating.
  • get_agent — Retrieve full details for a single AI agent by its slug, including description, rating, and parent agency.
  • search_agencies — Search the PairAgentic registry for AI agencies and platforms by name/description keyword, category, or location.
  • get_agency — Retrieve full details for a single agency by its slug, including its agents and skills.
  • search_skills — Search the PairAgentic registry for standalone agent skills (reusable capabilities) by keyword, category, capability, or integration.
  • list_capabilities — Return a sorted list of every unique capability string across all agents.
  • list_integrations — Return a sorted list of every unique software-integration string across all agents.