← Registry

AI & Machine Learning

store-api.com

An MCP server that provides access to a Store API catalog of AI models for text and image generation, along with balance and usage tracking.

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

ENDPOINT 1

https://store-api.com/mcp

No auth detected

MCP server metadata

Name
store-api
Version
1.0.0
Capabilities
tools
Server instructions

Store API даёт доступ к моделям OpenAI, Anthropic, Google, DeepSeek, xAI, Qwen и Z.ai по одному ключу с оплатой картой РФ. Спросить другую модель — ask_model, список с ценами — list_models, картинка — generate_image, остаток — get_balance, траты — get_usage, сравнить несколько моделей — compare_models.

Known tools 6

list_models

List available Store API models with prices in rubles per 1M tokens.

Inferred read-only
ask_model

Ask any model from the Store API catalog — GPT, Claude, Gemini, DeepSeek, Grok, Qwen, GLM — and get the answer as text.

Inferred read-only
generate_image

Generate an image from a text prompt and return a link to it.

Inferred read-only
get_balance

Remaining balance on your Store API key, in rubles.

Inferred read-only
get_usage

Spending history for this key: how much went to each model over the last N days, with request counts.

Inferred read-only
compare_models

Ask 2 to 4 models the same question at once and get their answers side by side with token counts.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "store-api",
  "transport": "streamable-http",
  "url": "https://store-api.com/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.