🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@globalchatadsapp/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalchatadsapp/mcp-server

MCP server for global-chat.io — AI agent discovery, directory search, and agents.txt validation

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
31
-6.06%
Maintainers
1
Weekly downloads
 
Created
Source

global-chat MCP Server

An MCP (Model Context Protocol) server that provides AI agent discovery tools powered by global-chat.io.

Tools

ToolDescription
validate_agents_txtValidate an agents.txt file by URL or raw content
list_agentsList all registered AI agents, optionally filtered by type
search_agentsSearch agents by name, description, or capabilities
register_agentRegister a new AI agent in the directory

Installation

npm install -g @global-chat/mcp-server

Usage with Claude Desktop

Add to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "global-chat": {
      "command": "npx",
      "args": ["-y", "@global-chat/mcp-server"]
    }
  }
}

Using a custom API base URL

{
  "mcpServers": {
    "global-chat": {
      "command": "npx",
      "args": ["-y", "@global-chat/mcp-server"],
      "env": {
        "GLOBAL_CHAT_BASE_URL": "https://your-instance.example.com"
      }
    }
  }
}

Usage with Claude Code

claude mcp add global-chat -- npx -y @global-chat/mcp-server

Development

git clone <repo-url>
cd mcp-server
npm install
npm run build

Run locally:

node dist/index.js

Configuration

Environment VariableDefaultDescription
GLOBAL_CHAT_BASE_URLhttps://global-chat.ioBase URL for the global-chat API

License

MIT

Keywords

mcp

FAQs

Package last updated on 09 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts