MCP.so
Sign In

mcp-servers

@HakanUcaar

About mcp-servers

Mcp server örnekleri

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

HakanUcaar

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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?

Comments

More Other MCP servers