AI & Machine Learning
entire.vc
MCP server for searching, retrieving, and reporting outcomes of Spark AI marketplace assets such as agents, skills, prompts, and MCP connectors.
ENDPOINT 1
https://spark.entire.vc/mcp
MCP server metadata
- Name
- Spark — AI Assets Marketplace
- Version
- 4.0.3
Search and discover AI assets (agents, skills, prompts, MCP connectors, bundles) from the Spark marketplace at spark.entire.vc. Use search_assets to find assets, get_asset for full details, and get_asset_content to retrieve the actual prompt/skill content. After applying what get_asset_content returned, call report_outcome with the application_id printed at its end.
Known tools 6
search_assetsSearch the Spark AI assets marketplace for agents, skills, prompts, prompt chains, MCP connectors and bundles.
Inferred read-onlyget_assetGet full details of a Spark asset by its slug — description, metadata, outcome reports, bundled files and the URL on spark.
Inferred read-onlyget_asset_contentGet the raw content of a Spark asset (prompt text, skill instructions, agent config) — the actual text to apply, not just a description of it.
Inferred read-onlyreport_outcomeReport what happened when you applied an asset you fetched with get_asset_content.
Inferred read-onlylist_popularList the most popular Spark assets by download count, optionally filtered by type.
Inferred read-onlylist_categoriesList available categories (domains and AI tags) in the Spark marketplace.
Inferred read-onlyCONNECT 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.spark-ai-assets-marketplace]
url = "https://spark.entire.vc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spark-ai-assets-marketplace": {
"type": "http",
"url": "https://spark.entire.vc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spark-ai-assets-marketplace
Remote MCP URL: https://spark.entire.vc/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": {
"spark-ai-assets-marketplace": {
"url": "https://spark.entire.vc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spark-ai-assets-marketplace": {
"type": "http",
"url": "https://spark.entire.vc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spark-ai-assets-marketplace",
"transport": "streamable-http",
"url": "https://spark.entire.vc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.