MCP.so
ログイン

mcp-servers

@HakanUcaar

mcp-servers について

Mcp server örnekleri

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

HakanUcaar

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "hangikredi": {
      "command": "npx",
      "args": [
        "-y",
        "@hakan.ucar/hangi-kredi-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-servers?

mcp-servers is a repository providing example MCP servers. It currently includes two MCP servers: HangiKredi (published as @hakan.ucar/hangi-kredi-mcp) and Kandilli (published as @hakan.ucar/kandilli-mcp).

How to use mcp-servers?

Configure each MCP server in the mcpServers section of your MCP client settings using the provided JSON blocks. Run each server via npx with the specified package name and arguments.

Key features of mcp-servers

  • Collection of example MCP server implementations.
  • Each server is a standalone npm package.
  • Ready-to-use configuration snippets for MCP clients.
  • Published on npm under the @hakan.ucar scope.

Use cases of mcp-servers

FAQ from mcp-servers

How do I install HangiKredi or Kandilli MCP servers?

Use the provided JSON configuration in your MCP client settings. The servers are run on demand via npx (e.g., npx -y @hakan.ucar/hangi-kredi-mcp).

What dependencies are required to run these servers?

You need Node.js and npm installed, as the servers are invoked through npx.

Where can I find more information about each server?

Each server has its own npm package page linked in the repository: HangiKredi and Kandilli.

What transport or authentication do these servers use?

Are there any known limitations?

コメント

「その他」の他のコンテンツ