- Explore MCP Servers
- mcp-server-examples
Mcp Server Examples
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
npm version major/minor/patch
npm run build
npm publish --access public
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.