INDIVIDUAL MCP TOOL
fetch
Use this after search to retrieve one complete, citation-ready EU Money grant, draft, topic or knowledge record by ID.
LIVE ENDPOINT
https://eumoney.hu/chatgpt/mcp
Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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
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.render_results— Use this when one or more EU Money IDs have already been selected and the user wants compact interactive cards.