← solsticestudio.ai

INDIVIDUAL MCP TOOL

list_pending_actions

List every tracked action — pending, approved, denied, executed.

solsticestudio.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.solsticestudio.ai/mcp/shadow_972e948ad836/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "arachne-www-solsticestudio-ai": {
      "type": "http",
      "url": "https://mcp.solsticestudio.ai/mcp/shadow_972e948ad836/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • fetch_status — [search] GET https://www.solsticestudio.ai/api/v1/iris/status risk=safe_read approval=not_required ownership=unverified
  • fetch_stripe_links — [search] GET https://www.solsticestudio.ai/api/v1/datasets/stripe-links risk=safe_read approval=not_required ownership=unverified
  • approve_pending_action — Grant or deny approval for a pending state-changing action.
  • execute_approved_action — Execute a previously-approved action.
  • get_audit_trail — Return the DeltaStore event chain — every lifecycle step,