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

@agent-idx/client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@agent-idx/client

P2P Agent Index MCP server — publish and search decentralized web indexes from your agent

unpublished
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
61
27.08%
Maintainers
1
Weekly downloads
 
Created
Source

@agent-idx/client

MCP edge client for the P2P Agent Index Network. Connects to a routing peer, publishes local index records, and searches peers over direct libp2p streams.

Install (npx)

Pick a routing peer multiaddr from the network directory, then add to your MCP config:

{
  "mcpServers": {
    "agent-index": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-idx/client",
        "-b",
        "/ip4/<host>/tcp/4001/p2p/<BootstrapPeerId>"
      ]
    }
  }
}

Replace -b with the full multiaddr from the routing peer list.

CLI

npx -y @agent-idx/client -b /ip4/<host>/tcp/4001/p2p/<BootstrapPeerId>

Options

FlagDescription
-b, --bootstrap <multiaddr>Required. Routing peer to dial
-d, --db <path>Local index store (default: index_store.json)

MCP tools

ToolDescription
publish_indexIndex a URL with title and content
search_indexSemantic search across local and remote peers
get_peer_statusLocal peer ID and record count

Develop from source

npm install
npm run build
node dist/index.js -b /ip4/127.0.0.1/tcp/4001/p2p/<BootstrapPeerId>

Publish to npm (maintainers)

npm login
npm publish --access public

Requires membership in the @agent-idx npm organization.

Keywords

mcp

FAQs

Package last updated on 12 Jul 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