MCP.so
Sign In

MCP Server

@tct-danny

About MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

tct-danny

Config

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

{
  "mcpServers": {
    "mcp-server-tct-danny": {
      "command": "node",
      "args": [
        "fetch_crypto_detail/index.js",
        "--symbol",
        "bitcoin"
      ]
    }
  }
}

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 Server?

MCP Server is a repository containing tools and server components for the MCP project. It includes a script to fetch cryptocurrency details, a component for interacting with the GitHub API, and rules for AI code generation.

How to use MCP Server?

Set up the project by running npm install. Then invoke individual tools, for example: node fetch_crypto_detail/index.js --symbol bitcoin to fetch crypto details, or node control_github/index.js --action createRepo --name my-new-repo for GitHub operations (refer to control_github/README.md for full details).

Key features of MCP Server

  • Provides rules for AI code generation (Cursor Rules)
  • Fetches cryptocurrency details via a dedicated script
  • Interacts with the GitHub API (create repos, manage branches, PRs)
  • Written in Node.js (script-based tools)

Use cases of MCP Server

  • Fetch current price or detail of a cryptocurrency by symbol
  • Create a new GitHub repository or manage branches and pull requests
  • Use predefined rules to guide AI code generation in a development environment

FAQ from MCP Server

What tools does MCP Server provide?

It provides Cursor Rules for AI code generation, a Fetch Crypto Detail script, and a GitHub Control component.

How do I use the Fetch Crypto Detail tool?

Run node fetch_crypto_detail/index.js --symbol bitcoin (replace bitcoin with any cryptocurrency symbol).

How do I set up MCP Server?

Install dependencies by running npm install in the project directory.

Does MCP Server support GitHub operations?

Yes, the GitHub Control component allows you to create repositories, manage branches, and pull requests. See control_github/README.md for full usage details.

Is there any authentication or API key required?

The README does not specify any authentication details; consult the individual tool documentation for requirements.

Comments

More Other MCP servers