MCP Calc Tools

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides the runtime environment for the MCP server, required as version 14 or higher to run the mathematical and financial calculation tools.

  • Used for package management and script execution to install dependencies and start the MCP server.

  • Alternative package manager that can be used to install dependencies and manage the MCP Calc Tools project.

MCP 계산 도구

Cline 및 Roo Code와 같은 AI 코드 지원 도구와 통합하기 위한 고급 수학 및 재무 계산 도구를 제공하는 MCP(Model Context Protocol) 서버입니다.

개요

MCP Calc Tools는 AI 비서가 상호작용할 수 있는 표준화된 인터페이스를 통해 수학적 계산 기능을 제공합니다. 이를 통해 AI 도구는 수학적 알고리즘을 직접 구현하지 않고도 복잡한 계산을 수행할 수 있습니다.

특징

수학적 도구

  • 기호 미적분학
    • derivative : 표현식의 기호 미분을 계산합니다.
    • integral : 기호 적분을 계산합니다
    • limit : 변수가 지정된 값에 접근함에 따라 한계를 평가합니다.
    • solve : 특정 변수에 대한 방정식을 풉니다.

수치적 방법

  • riemann_sum : 다양한 방법(좌, 우, 중점, 사다리꼴)을 사용하여 리만 합을 사용하여 정적분을 계산합니다.
  • darboux_sum : 적분 근사에 대한 상한 및 하한 Darboux 합을 계산합니다.
  • area : 두 점 사이의 곡선 아래의 면적을 계산합니다.
  • volume : x축을 중심으로 한 회전체의 체적을 계산합니다.

수학적 변환

  • laplace_transform : 함수의 라플라스 변환을 계산합니다.
  • fourier_transform : 함수의 푸리에 변환을 계산합니다.
  • z_transform : 이산시간 함수의 Z-변환을 계산합니다.

금융 도구

  • compound_interest : 사용자 정의 가능한 복리 기간으로 복리 이자 계산
  • present_value : 미래 현금 흐름의 현재 가치를 계산합니다.
  • npv : 현금 흐름 시리즈의 순현재가치 계산
  • black_scholes : Black-Scholes 모델을 사용하여 옵션 가격을 계산합니다.
  • option_greeks : 옵션 그릭스(델타, 감마, 베가, 세타, 로) 계산

유틸리티 함수

  • logarithm : 밑이 무엇이든 logarithm을 계산합니다.
  • exponential : 지수 함수(e^x)를 계산합니다

설치

지엑스피1

용법

MCP 서버 시작

# Make the script executable (if needed) chmod +x index.js # Run the server npm start # or node index.js

AI 어시스턴트와 통합

AI 코딩 어시스턴트와 함께 MCP Calc Tools를 사용하려면:

  1. MCP 서버를 사용하도록 AI 어시스턴트(Cline/Roo 코드)를 구성하세요.
  2. 실행 중인 인스턴스에 서버 URL을 설정하세요.
  3. 이제 AI 보조원은 모든 수학 도구에 액세스할 수 있습니다.

파생물을 계산하기 위한 요청 예:

Calculate the derivative of x^2*sin(x)

요구 사항

  • Node.js v14 이상
  • 필요한 패키지:
    • 젠킷 (^1.0.5)
    • genkitx-mcp (^1.0.5)
    • mathjs (^12.0.0)

개발

이 프로젝트는 다음과 같이 구성됩니다.

  • index.js: 모든 도구 정의를 포함하는 메인 서버 구현
  • package.json: 프로젝트 종속성 및 스크립트 정의

특허

[여기에 라이센스 정보를 추가하세요]

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

AI 코드 도우미를 위한 고급 수학 및 재무 계산 기능을 제공하는 서버로, 알고리즘을 직접 구현하지 않고도 기호 계산, 수치적 방법, 재무 분석과 같은 복잡한 계산을 수행할 수 있습니다.

  1. Overview
    1. Features
      1. Mathematical Tools
      2. Numerical Methods
      3. Mathematical Transforms
      4. Financial Tools
      5. Utility Functions
    2. Installation
      1. Usage
        1. Starting the MCP server
        2. Integrating with AI Assistants
      2. Requirements
        1. Development
          1. License
            1. Contributing
              ID: s2q7kkn40a