← sparkforge.sh
INDIVIDUAL MCP TOOL
list_services
List all available SparkForge services with pricing, parameters, and demo URLs.
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 endpoint
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.sparkforge-sh]
url = "https://sparkforge.sh/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sparkforge-sh": {
"type": "http",
"url": "https://sparkforge.sh/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sparkforge-sh
Remote MCP URL: https://sparkforge.sh/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": {
"sparkforge-sh": {
"url": "https://sparkforge.sh/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sparkforge-sh": {
"type": "http",
"url": "https://sparkforge.sh/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sparkforge-sh",
"transport": "streamable-http",
"url": "https://sparkforge.sh/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_image— Generate an AI image from a text prompt using Flux models.take_screenshot— Capture a screenshot of any webpage URL.html_to_markdown— Convert HTML content or fetch a URL and convert its HTML to clean Markdown.summarize_text— Summarize long text using extractive summarization.generate_qr_code— Generate a QR code as a base64-encoded PNG image from any text or URL.validate_json— Validate and prettify JSON.pdf_to_markdown— Extract text from a PDF URL and convert to Markdown.get_url_metadata— Extract metadata from a URL — title, description, Open Graph tags, favicon, canonical URL.