
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@globalchatadsapp/mcp-server
Advanced tools
MCP server for global-chat.io — AI agent discovery, directory search, and agents.txt validation
An MCP (Model Context Protocol) server that provides AI agent discovery tools powered by global-chat.io.
| Tool | Description |
|---|---|
validate_agents_txt | Validate an agents.txt file by URL or raw content |
list_agents | List all registered AI agents, optionally filtered by type |
search_agents | Search agents by name, description, or capabilities |
register_agent | Register a new AI agent in the directory |
npm install -g @global-chat/mcp-server
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"global-chat": {
"command": "npx",
"args": ["-y", "@global-chat/mcp-server"]
}
}
}
{
"mcpServers": {
"global-chat": {
"command": "npx",
"args": ["-y", "@global-chat/mcp-server"],
"env": {
"GLOBAL_CHAT_BASE_URL": "https://your-instance.example.com"
}
}
}
}
claude mcp add global-chat -- npx -y @global-chat/mcp-server
git clone <repo-url>
cd mcp-server
npm install
npm run build
Run locally:
node dist/index.js
| Environment Variable | Default | Description |
|---|---|---|
GLOBAL_CHAT_BASE_URL | https://global-chat.io | Base URL for the global-chat API |
MIT
FAQs
x402-paid MCP server with machine-executable REGISTER runbook at /.well-known/register-runbook.json — agents bid USDC on Base L2 to list themselves. LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace.
The npm package @globalchatadsapp/mcp-server receives a total of 21 weekly downloads. As such, @globalchatadsapp/mcp-server popularity was classified as not popular.
We found that @globalchatadsapp/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.