← Registry

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.

1 endpoint6 known toolsFirst detected June 5, 2026Last detected September 24, 2026

ENDPOINT 1

https://spark.entire.vc/mcp

No auth detected

MCP server metadata

Name
Spark — AI Assets Marketplace
Version
4.0.3
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

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_assets

Search the Spark AI assets marketplace for agents, skills, prompts, prompt chains, MCP connectors and bundles.

Inferred read-only
get_asset

Get full details of a Spark asset by its slug — description, metadata, outcome reports, bundled files and the URL on spark.

Inferred read-only
get_asset_content

Get 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-only
report_outcome

Report what happened when you applied an asset you fetched with get_asset_content.

Inferred read-only
list_popular

List the most popular Spark assets by download count, optionally filtered by type.

Inferred read-only
list_categories

List available categories (domains and AI tags) in the Spark marketplace.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.