Skip to main content
Glama

SMCPHUB Server

by PA-LuffyYu
MIT License
311

Welcome to @smcphub/server 👋

Version

MCP Server of SMCPHUB

SMCP Server is a simple and easy-to-use client for smcphub.com. It provides a simple API to interact with all the MCP Servers hosted in the smcphub.com.

SMCP hub is a platform that allows you to find the MCP servers which users published, or also publish your MCP Servers and get them listed and hosted on the website.

🏠 Homepage

Install

npm i @smcphub/server

OR

yarn add @smcphub/server

Usage

Use official MCP Client to connect to the MCP Server.

// import the SDK import SmcphubClient from '@smcphub/client'; // Instantiate the client const smcphubClient = new SmcphubClient({ api_key: 'your-api-key' }); // Connect the MCP Server smcphubClient .connect() .then(tools => { console.log(tools); }) .catch(err => { console.error(err); }); // Call the tool smcphubClient .callTool('get_weather', {'city': '杭州'}) .then(content => { console.log(content); }) .catch(err => { console.error(err); });

Or customize the MCP Server.

Author

👤 SMCPHUB

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

A client library for connecting to and interacting with MCP servers hosted on smcphub.com, allowing users to find, publish, and call tools on MCP servers.

  1. 🏠 Homepage
    1. Install
      1. Usage
        1. Author

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Easily find MCP servers using our MCP registry. Search with natural language.
            Last updated -
            1
            3
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
            Last updated -
            2
            JavaScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            Open source MCP server specializing in easy, fast, and secure tools for Databases.
            Last updated -
            1,375
            Go
            Apache 2.0
            • Linux

          View all related MCP servers

          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/PA-LuffyYu/smcphub-server'

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