← groenewold-it.solutions
INDIVIDUAL MCP TOOL
get_content
Ruft strukturierte Inhalte ab: articles, services, references, faq oder glossary.
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 endpoint
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.groenewold-it-solutions]
url = "https://www.groenewold-it.solutions/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"groenewold-it-solutions": {
"type": "http",
"url": "https://www.groenewold-it.solutions/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: groenewold-it-solutions
Remote MCP URL: https://www.groenewold-it.solutions/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": {
"groenewold-it-solutions": {
"url": "https://www.groenewold-it.solutions/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"groenewold-it-solutions": {
"type": "http",
"url": "https://www.groenewold-it.solutions/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "groenewold-it-solutions",
"transport": "streamable-http",
"url": "https://www.groenewold-it.solutions/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_knowledge— Ruft den gesamten Knowledge Graph (Leistungen, Glossar, APIs, Themen) ab.run_calculator— Führt einen der verfügbaren Kostenrechner mit Parametern aus.run_roi_analyzer— Führt einen ROI-Vergleichsrechner aus.list_calculators— Listet alle verfügbaren Kostenrechner mit Beschreibung und Schema-Hinweis.list_roi_analyzers— Listet alle verfügbaren ROI-Analyzer mit Schema-Hinweis.