← marsalas.lt

INDIVIDUAL MCP TOOL

check_task_status

Check the status of a previously created order or task by its id.

marsalas.ltnone authenticationAvailability not checked

LIVE ENDPOINT

https://marsalas.lt/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_task_status 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

marsalas.lt

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

.mcp.json

{
  "mcpServers": {
    "marsalas": {
      "type": "http",
      "url": "https://marsalas.lt/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_agents — List all AI agents and done-for-you services in the Maršalas catalog, with real prices in EUR.
  • get_capabilities — Return Maršalas capabilities: AI services, human services, and hybrid (AI+human) services, plus coverage and pricing model.
  • get_pricing — Return Maršalas pricing model and price ranges (AI agents 60–2000 EUR one-off, human tasks from 10 EUR).
  • create_order — Create an order for a catalog agent/service and return a payment link (payment_url).
  • request_human_task — Request a task that needs a human in Lithuania/Latvia/Estonia (physical verification, store audit, delivery, on-site check, local coordination).
  • contact — Send a free-form message / inquiry to the Maršalas team (no purchase).