← apick.app

INDIVIDUAL MCP TOOL

llm_models

List available text-generation LLM models with per-token pricing and max context.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/ai

No auth detected

Connect to this endpoint to inspect the live schema for llm_models and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent server

apick.app

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: app-apick-ai
Remote MCP URL: https://apick.app/mcp/ai

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": {
    "app-apick-ai": {
      "url": "https://apick.app/mcp/ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • llm_chat — Send a chat request to a selected LLM model and receive the assistant reply.
  • text_summary — Summarize a long text (up to 100,000 characters) into a concise Korean summary.
  • text_polish — Polish a text (up to 100,000 characters) by fixing grammar, spelling, and awkward phrasing.
  • ai_image_generation — Generate a 1024x1024 image from a text prompt and return it as base64.