INDIVIDUAL MCP TOOL
sprkly_add_media_from_url
Download an image or video from a public link into sprkly and get a media_id back, for reuse across several posts.
LIVE ENDPOINT
https://sprkly.app/api/mcp
Connect to this endpoint to inspect the live schema for sprkly_add_media_from_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.sprkly-mcp]
url = "https://sprkly.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sprkly-mcp": {
"type": "http",
"url": "https://sprkly.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sprkly-mcp
Remote MCP URL: https://sprkly.app/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": {
"sprkly-mcp": {
"url": "https://sprkly.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sprkly-mcp": {
"type": "http",
"url": "https://sprkly.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sprkly-mcp",
"transport": "streamable-http",
"url": "https://sprkly.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sprkly_delete_scheduled_post— Remove a post from the queue.sprkly_draft_post— Compose a caption from a content hint and save it as a draft in sprkly, shaped to the tightest caption limit among the target platforms.sprkly_export_automation_template— Download one Instagram auto reply as a shareable template.sprkly_get_account_summary— Plan tier, trial state, connected account count, scheduled post counts by status, and the next three upcoming posts.sprkly_get_analytics— How the user's published posts actually performed: total views and engagement, week-on-week / month-on-month / year-on-year change, their best posting hour, weekday and content category, and the top posts behind those numbers.sprkly_get_billing_summary— Subscription status, current plan, period end, purchased handles and the last few billing events.sprkly_get_post_approval_status— Whether a post is awaiting human review, approved or rejected, including reviewer notes and timestamps.sprkly_get_post_status— Full detail for one post: status, targets, scheduled and published times, permalink, and the failure reason if it did not publish.