Skip to content

schornio/mcp-server-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beispiel MCP Server

Mit öffentlich verfügbaren Daten.

Linz Innovationshaupplatz

Quelle: https://partizipation.linz.at/de-DE/projects/proposals

Ausführen

npx @schornio/mcp-server-examples@latest linz-inno-hp

schorn.ai in a Box Konfiguration

{
    "command": "npx",
    "args": [
        "@schornio/mcp-server-examples@latest",
        "linz-inno-hp"
    ]
}

klimaaktiv Förderungen

Quelle: https://www.klimaaktiv.at/foerderungen

Ausführen

npx @schornio/mcp-server-examples@latest klimaaktiv-foerderungen

schorn.ai in a Box Konfiguration

{
    "command": "npx",
    "args": [
        "@schornio/mcp-server-examples@latest",
        "klimaaktiv-foerderungen"
    ]
}

Firmenbuch

Quelle: https://justizonline.gv.at/jop/web/iwg

FIRMENBUCH_API_KEY bekommt man unter https://justizonline.gv.at/jop/secure/web/iwg/register

Ausführen

npx @schornio/mcp-server-examples@latest firmenbuch

schorn.ai in a Box Konfiguration

{
    "command": "npx",
    "args": [
        "@schornio/mcp-server-examples@latest",
        "firmenbuch"
    ],
    "env": {
        "FIRMENBUCH_API_KEY": "<HIER EINGEBEN>"
    }
}

Benutzen mit Claude

"schorn.ai in a Box Konfiguration" in folgendes JSON einbetten:

{
    "mcpServers": {
        "<Name des Servers>": {
            // Konfiguration
        }
    }
}

Claude Konfigurationsbeispiel mit Innovationshauptplatz MCP

{
    "mcpServers": {
        "inz-inno-hp": {
            "command": "npx",
            "args": [
                "@schornio/mcp-server-examples@latest",
                "linz-inno-hp"
            ]
        }
    }
}

Publish new version

  1. npm version major/minor/patch
  2. npm run build
  3. npm publish --access public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published