Mit öffentlich verfügbaren Daten.
Quelle: https://partizipation.linz.at/de-DE/projects/proposals
npx @schornio/mcp-server-examples@latest linz-inno-hp
{
"command": "npx",
"args": [
"@schornio/mcp-server-examples@latest",
"linz-inno-hp"
]
}
Quelle: https://www.klimaaktiv.at/foerderungen
npx @schornio/mcp-server-examples@latest klimaaktiv-foerderungen
{
"command": "npx",
"args": [
"@schornio/mcp-server-examples@latest",
"klimaaktiv-foerderungen"
]
}
Quelle: https://justizonline.gv.at/jop/web/iwg
FIRMENBUCH_API_KEY
bekommt man unter https://justizonline.gv.at/jop/secure/web/iwg/register
npx @schornio/mcp-server-examples@latest firmenbuch
{
"command": "npx",
"args": [
"@schornio/mcp-server-examples@latest",
"firmenbuch"
],
"env": {
"FIRMENBUCH_API_KEY": "<HIER EINGEBEN>"
}
}
"schorn.ai in a Box Konfiguration" in folgendes JSON einbetten:
{
"mcpServers": {
"<Name des Servers>": {
// Konfiguration
}
}
}
{
"mcpServers": {
"inz-inno-hp": {
"command": "npx",
"args": [
"@schornio/mcp-server-examples@latest",
"linz-inno-hp"
]
}
}
}
npm version major/minor/patch
npm run build
npm publish --access public