MCP.so
ログイン

PulseMCP Server

@orliesaurus

PulseMCP Server について

An MCP server that helps you find MCP servers that are listed on PulseMCP.com

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

orliesaurus

設定

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

{
  "mcpServers": {
    "pulsemcp": {
      "command": "npx",
      "args": [
        "-y",
        "pulsemcp-server"
      ]
    }
  }
}

ツール

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

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

概要

What is PulseMCP Server?

PulseMCP Server is a Model Context Protocol (MCP) server that provides tools for discovering and exploring MCP servers and integrations through the PulseMCP API.

How to use PulseMCP Server?

Install by adding the server configuration to your MCP client (e.g., using npx with the pulsemcp-server package), or clone the repository, install dependencies, build, and run. Use npm start to start the server, or npm run inspector to inspect the MCP implementation.

Key features of PulseMCP Server

  • List MCP servers with filtering and pagination
  • Search servers by name or functionality
  • Filter servers by integration types
  • List all available integrations
  • Full TypeScript support
  • Error handling for API and parameter issues

Use cases of PulseMCP Server

  • Discover new MCP servers for your projects
  • Filter servers by integration type (e.g., GitHub)
  • Search for servers by specific functionality or name
  • Paginate through large server listings
  • Retrieve a list of all available integrations

FAQ from PulseMCP Server

What tools does PulseMCP Server provide?

It provides two tools: list_servers (with optional search, integration filtering, and pagination) and list_integrations (which lists all integrations with no parameters).

What parameters does list_servers accept?

list_servers accepts query (search term), integrations (array of integration slugs), count_per_page (max 5000), and offset (pagination skip).

What runtime dependencies are required?

The server requires Node.js, TypeScript, and dependencies including @modelcontextprotocol/sdk (^0.6.0), axios (^1.7.9), and TypeScript (^5.3.3).

How does error handling work?

The server handles invalid parameters, API connection issues, rate limiting, and authentication errors, returning errors in a standardized format with appropriate codes and messages.

Where does the data come from?

All data is retrieved from the PulseMCP API – the server acts as an MCP interface to that external service.

コメント

「その他」の他のコンテンツ