← sparkscribe.app

INDIVIDUAL MCP TOOL

get_trial_info

How the Sparks Scribe free trial works and where to start it.

sparkscribe.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://crm.sparkscribe.app/crm/api/public-mcp

No auth detected

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

sparkscribe.app

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.sparks-scribe]
url = "https://crm.sparkscribe.app/crm/api/public-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sparks-scribe": {
      "type": "http",
      "url": "https://crm.sparkscribe.app/crm/api/public-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sparks-scribe
Remote MCP URL: https://crm.sparkscribe.app/crm/api/public-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": {
    "sparks-scribe": {
      "url": "https://crm.sparkscribe.app/crm/api/public-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sparks-scribe": {
      "type": "http",
      "url": "https://crm.sparkscribe.app/crm/api/public-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sparks-scribe",
  "transport": "streamable-http",
  "url": "https://crm.sparkscribe.app/crm/api/public-mcp"
}
MCP Inspector

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

Related tools

  • about_sparks_scribe — What Sparks Scribe is, who it's for, and what the app does (shift notes with voice input, NDIS-coded invoicing, calendar/roster, client records, kilometre log).
  • get_pricing — Current Sparks Scribe plans and pricing in Australian dollars (GST inclusive), including annual pricing and the refund policy.
  • example_shift_note — A worked, entirely FICTIONAL example of the kind of NDIS shift note Sparks Scribe produces (structure and tone).