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?

评论

其他 分类下的更多 MCP 服务器