← eumoney.hu

INDIVIDUAL MCP TOOL

search

Use this when the user wants to find current or planned Hungarian EU funding opportunities, grant topics, eligibility guidance or EU Money knowledge articles.

eumoney.hunone authenticationAvailability not checked

LIVE ENDPOINT

https://eumoney.hu/chatgpt/mcp

No auth detected

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

eumoney.hu

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.eu-money]
url = "https://eumoney.hu/chatgpt/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eu-money": {
      "type": "http",
      "url": "https://eumoney.hu/chatgpt/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eu-money": {
      "type": "http",
      "url": "https://eumoney.hu/chatgpt/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eu-money",
  "transport": "streamable-http",
  "url": "https://eumoney.hu/chatgpt/mcp"
}
MCP Inspector

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

Related tools

  • fetch — Use this after search to retrieve one complete, citation-ready EU Money grant, draft, topic or knowledge record by ID.
  • render_results — Use this when one or more EU Money IDs have already been selected and the user wants compact interactive cards.