Abstraxn Agent Layer MCP Server

A free, public MCP (Model Context Protocol) server for Web3 data. Point any MCP client - Claude Desktop, Cursor, your own agent - at it and it can read live chain data (block height, gas, transaction status, ERC-20 info, spot prices), look up weather forecasts, build unsigned EVM/Solana transfer transactions, and, for a handful of pay-per-call tools, look up market data, wallets/tokens/ENS, travel search…. Its 12 documented tools cover network, info, token. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 4 · #713 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Abstraxn Agent Layer

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add abstraxn-labs-abstraxn-agent-layer --transport http https://mcp.abstraxn.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "abstraxn-labs-abstraxn-agent-layer": {
      "url": "https://mcp.abstraxn.com/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://mcp.abstraxn.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

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 mcp.abstraxn.com

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

repo age created 2026-08-10 - young repo, little track record yet

license MIT - declared in the repository

registry registry publisher io.github.sandeep-antier is not the repo owner (abstraxn-labs) - the registry entry was published by someone else

03 · What Abstraxn Agent Layer can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 12 documented tools spanning network, info, token, including network.blocknumber, network.transaction_status, network.gas_info, network.token_info.

Capability map

Tools grouped from the project's README - what Abstraxn Agent Layer lets an agent do.

Network

4 tools - e.g. No; No; No

network.blocknumber · network.transaction_status · network.gas_info · network.prepare_transfer

auth & access

2 tools - e.g. No; No

network.token_info · network.token_price

Weather

1 tool - e.g. No

weather.forecast

Market

1 tool - e.g. Yes

market.crypto

Web3

1 tool - e.g. Yes

web3.lookup

Travel

1 tool - e.g. Yes

travel.search

Places

1 tool - e.g. Yes

places.lookup

Social

1 tool - e.g. Yes

social.profile_lookup

04 · Who maintains Abstraxn Agent Layer

Abstraxn Agent Layer is maintained by abstraxn-labs. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
other - ranked #713 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.sandeep-antier/abstraxn (active, first published 2026-08-12 · 2 versions)

06 · Abstraxn Agent Layer FAQ

Is Abstraxn Agent Layer still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

What can Abstraxn Agent Layer do?

An agent gets 12 documented tools spanning network, info, token, including network.blocknumber, network.transaction_status, network.gas_info, network.token_info.

How do I install Abstraxn Agent Layer?

Run `claude mcp add abstraxn-labs-abstraxn-agent-l --transport http https://mcp.abstraxn.com/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Abstraxn Agent Layer require authentication?

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

07 · Alternatives to Abstraxn Agent Layer

More MCP servers to compare · Domain Kits · Magnificent Jobs · Agentic Mermaid · Keyboardia · Adsmcp

More TypeScript MCP servers · Neuromcp · Robrain · Quran Search Engine MCP · see all