← tvojelajky.cz

INDIVIDUAL MCP TOOL

get_wallet

Read the authenticated wallet balance and the remaining approved agent budget in integer CZK halere.

tvojelajky.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://tvojelajky.cz/mcp

No auth detected

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

Indexed 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 server

tvojelajky.cz

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

.mcp.json

{
  "mcpServers": {
    "tvojelajky": {
      "type": "http",
      "url": "https://tvojelajky.cz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tvojelajky": {
      "type": "http",
      "url": "https://tvojelajky.cz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tvojelajky",
  "transport": "streamable-http",
  "url": "https://tvojelajky.cz/mcp"
}
MCP Inspector

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

Related tools

  • list_services — List purchasable Instagram and TikTok services, quantity limits and starting prices in integer CZK halere.
  • get_profile — Look up an actual public social profile using ScrapeCreators.
  • list_posts — List up to 20 recent posts belonging to a profile, with URLs usable in a quote.
  • get_quote — Calculate a server-verified price, valid for 15 minutes.
  • create_order — Create an unpaid order from an accepted quote.
  • get_order — Read the payment and delivery status of an order using its private token or an authorized connection.
  • pay_order — Spend real prepaid credit and initiate delivery for an existing order.