MCP ExplorerExplorer

Mcp Server Examples

@schornioon a month ago
1 MIT
FreeCommunity
AI Systems
MCP Server examples for public data in Linz and climate funding.

Overview

What is Mcp Server Examples

mcp-server-examples is a demonstration project that showcases how to use publicly available data through the MCP server framework. It includes examples for various datasets such as Linz Innovationshauptplatz, klimaaktiv funding, and Firmenbuch.

Use cases

Use cases for mcp-server-examples include developing applications that utilize public data for civic engagement, environmental initiatives, and business information retrieval.

How to use

To use mcp-server-examples, you can execute commands via npx in your terminal. For example, run ‘npx @schornio/mcp-server-examples@latest linz-inno-hp’ to access the Linz Innovationshauptplatz data.

Key features

Key features of mcp-server-examples include easy access to various public datasets, simple command-line execution, and configuration options for integration with other applications like Claude.

Where to use

mcp-server-examples can be used in fields such as data analysis, software development, and public information dissemination, particularly where integration with public datasets is required.

Content

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:

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers