Skip to main content
Glama
newerton

Status Invest MCP Server

by newerton

Status Invest - MCP 서버

이 프로젝트는 모델 컨텍스트 프로토콜(MCP) 생태계의 일부이며, 외부 API와 상호 작용하고 특정 도메인 모델을 관리하는 도구를 제공합니다. 외부 API 통합 및 데이터 검증 기능을 갖춘 MCP 서버를 구축하는 방법을 보여주기 위해 설계되었습니다.

목차

Related MCP server: Zerodha Trading MCP

특징

  • get-acoes : 기본 주식 정보를 가져옵니다.

  • get-indicadores : 자세한 주식 지표 정보를 가져옵니다.

  • get-acoes-datas-pagamento : 주식 결제 날짜를 가져옵니다.

  • Zod 를 사용한 입력 검증.

  • fetch (인프라 계층)를 사용하여 Status Invest API와 통합합니다.

건축학

이 프로젝트는 도메인 주도 설계 (DDD) 패턴에서 영감을 받은 계층형 아키텍처를 따릅니다.

  • 도메인 ( src/domain ): 데이터 구조를 나타내는 인터페이스와 유형을 정의합니다(예: StatusInvest ).

  • 인프라 ( src/infrastructure ): StatusInvestApiService 와 같은 외부 서비스를 구현하여 Status Invest API에 대한 HTTP 호출을 담당합니다.

  • 애플리케이션 ( src/application ): 인프라에서 데이터를 처리하고 포맷하는 StatusInvestService 의 비즈니스 로직을 포함합니다.

  • 인터페이스 ( src/interface ): MCP 서버에 도구를 등록하고, 검증 스키마를 정의하고, 결과를 반환하는 컨트롤러( StatusInvestToolsController )를 포함합니다.

  • 진입점 ( src/main.ts ): McpServer 초기화하고, 전송( StdioServerTransport )을 구성하고, 서비스와 컨트롤러를 인스턴스화하고, stdio 에서 수신을 시작합니다.

폴더 구조는 다음과 같습니다.

지엑스피1

설치

git clone git@github.com:newerton/mcp-status-invest.git
cd mcp-status-invest
npm install
npm run build

VSCode에서 MCP 서버 구성

  1. Ctrl+Shift+P 누르고 "MCP: 서버 목록"을 선택하세요.

  2. "주식"을 선택한 다음 "서버 시작"을 선택하세요.

VSCode의 MCP 서버 출력

  1. Ctrl+Shift+P 누르고 "MCP: 서버 목록"을 선택하세요.

  2. "주식"을 선택한 다음 "출력 표시"를 선택하세요.

기부금

풀 리퀘스트를 환영합니다! 이슈를 공개하고 개선 사항에 대해 논의해 주세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 LICENSE 파일을 참조하세요.

Install Server
A
license - permissive license
B
quality
A
maintenance

Maintenance

Maintainers
Response time
6moRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Investidor10 MCP Server: A Model Context Protocol (MCP) server for interacting with the Status Invest API. Provides tools for fetching stock data and indicators, with a layered architecture and data validation using Zod
    2
    1
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI models to interact with the Zerodha trading platform, allowing users to execute trades, view portfolio holdings, and manage positions through a standardized interface.
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript. Provides a complete layered architecture pattern, working example implementation, and comprehensive developer infrastructure to connect AI assistants with external APIs and data sources.
    97
    71
    ISC
  • A
    license
    B
    quality
    B
    maintenance
    A Model Context Protocol (MCP) server for agentic retrieval of financial data from Yahoo Finance, enabling stock information, historical data, analyst data, and more.
    71
    3
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/newerton/mcp-status-invest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server