Walletlink Social MCP Server

Turn wallet addresses into the people behind them, and reach them where they already are. It is available as a remote MCP endpoint.

Teams that work with agent tools, ens and farcaster and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 1 · VERIFIED 2026-09-18

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Walletlink Social

Claude Code

claude mcp add starl3xx-wallet-to-social --transport http https://walletlink.social/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "starl3xx-wallet-to-social": {
      "url": "https://walletlink.social/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://walletlink.social/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to walletlink.social

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license AGPL-3.0 - declared in the repository

registry vendor namespace social.walletlink - domain-verified with the official MCP registry

03 · Who maintains Walletlink Social

walletlink.social is maintained by starl3xx. It's the only MCP server we track from this author; the repo dates to Jan 2026.

04 · Facts

category
API integration - actively maintained as of 2026-09-18.
registry
social.walletlink/wallet-identity (active, first published 2026-08-24 · 4 versions)

05 · Walletlink Social FAQ

What is Walletlink Social?

Turn wallet addresses into the people behind them, and reach them where they already are. It is available as a remote MCP endpoint.

Is Walletlink Social still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18. We re-verify nightly.

How do I install Walletlink Social?

Run `claude mcp add starl3xx-wallet-to-social --transport http https://walletlink.social/api/mcp`. You can also paste the ready-made client config above.

Does Walletlink Social require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

06 · Alternatives to Walletlink Social