← trendidea.eu

INDIVIDUAL MCP TOOL

get_simulation_status

Return an overview of every simulation run for an idea: Time Machine sessions, Arena Duels, Survival Mode and Founder Simulations with their scores and status.

trendidea.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://trendidea.eu/api/mcp

No auth detected

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

trendidea.eu

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.trendidea]
url = "https://trendidea.eu/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trendidea": {
      "type": "http",
      "url": "https://trendidea.eu/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trendidea
Remote MCP URL: https://trendidea.eu/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": {
    "trendidea": {
      "url": "https://trendidea.eu/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trendidea": {
      "type": "http",
      "url": "https://trendidea.eu/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trendidea",
  "transport": "streamable-http",
  "url": "https://trendidea.eu/api/mcp"
}
MCP Inspector

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

Related tools

  • get_idea_summary — Retrieve the full validation dossier for one of your ideas in a single call: VC score, market research, competition, revenue model, target audience and more.
  • get_idea_agents — Fetch the raw output of the AI agents that analysed an idea (market research, competitor analysis, SWOT, revenue model, legal/IP and 12 more agent types).
  • list_my_ideas — List every idea you own with its title, VC score and creation date, newest first.
  • get_market_trends — Show the startup categories that are trending right now and their velocity, so you can see what founders and companies are building this moment.
  • get_tasks — Retrieve the structured tasks and milestones for an idea, pulled from its Execution Playbook, Product Roadmap and/or First 100 Days simulation.
  • get_subsidy_matches — Return the EU subsidy and grant matches found for an idea by the AI-powered EU Subsidy Scanner, including scheme names and fit.
  • get_build_prompt — Generate a complete, builder-ready PRD and implementation guide for turning one of your ideas into a working app with a specific AI coding tool.
  • get_portfolio — Return your complete idea portfolio in one view: every idea with its VC score, build status and type.