MCP.so
ログイン

CUSIP/ISIN Validator — Security Identifier Validation

@easysolutions906

CUSIP/ISIN Validator — Security Identifier Validation について

Validate and parse CUSIP and ISIN security identifiers using official checksum algorithms. Pure computation, no external dependencies. Used by trading platforms, portfolio tools, and fintech.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

easysolutions906

投稿者

easysolutions906

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "cusip": {
      "command": "npx",
      "args": [
        "-y",
        "@easysolutions906/mcp-cusip-isin"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is CUSIP/ISIN Validator — Security Identifier Validation?

A Model Context Protocol (MCP) server for validating and parsing CUSIP and ISIN security identifiers using check-digit algorithms. It provides four tools and a REST API for financial data applications that need to verify identifier integrity without external datasets.

How to use CUSIP/ISIN Validator — Security Identifier Validation?

Install via npx @easysolutions906/mcp-cusip-isin. For local use with Claude Desktop or Cursor, add the configuration shown in the README to your claude_desktop_config.json or .cursor/mcp.json. Set the PORT environment variable to run as an HTTP server, then use endpoints like `GET /cusip/validate?cusip

コメント

「開発者ツール」の他のコンテンツ