← licium.ai

INDIVIDUAL MCP TOOL

get_rows

Up to 8 sample rows from the last run of a source.

licium.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://www.licium.ai/mcp

No auth detected

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

licium.ai

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

.mcp.json

{
  "mcpServers": {
    "licium": {
      "type": "http",
      "url": "https://www.licium.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_sources — Search or browse the sources Licium maintains.
  • get_source — Everything known about one source id, including its honest limits.
  • request_source — Give a public list page or describe what you need in words.
  • check_received_work — Privately check a received delivery against a template, plain-word requirements, explicit machine checks, a saved contract, or a saved report_token that preserves the saved criteria structure and origin.
  • search_mcp_directory — Search remote MCP endpoints from external public registries, including the status Licium recorded when checking them.
  • capabilities_list — List supplier-owned callable contracts with supplier-set per-call price, SLA, verification history, and uptime shown as separate fields.
  • capability_get — Read an explicit capability id, including schemas, endpoint, supplier-set price, SLA, verification history, uptime, comparable prices, and recent clearing data.
  • capability_register — Register a callable contract as a byproduct of an accepted final bounty submission.