Dwellir MCP server
Connect the hosted Dwellir MCP server to an AI client. Inspect account usage, manage API keys, and query blockchain RPC and Hyperliquid data without installing the plugin.
The hosted Dwellir Model Context Protocol server gives AI clients access to account tools and blockchain data. Connect it directly from an MCP client, or use it through the Dwellir plugin. The standalone server does not require the plugin or its skills.
The hosted server and dashboard account approval are available in production.
Connect a standalone client
Use an MCP client that supports remote Streamable HTTP servers and browser OAuth login. Add this server URL to your client's MCP settings:
https://mcp.dwellir.com/mcp- Start the connection from your client and sign in to Dwellir in the browser.
- Check the requesting application on the dashboard.
- Choose Read only or Manage keys from the access options your client requested.
- Select Authorize. The browser returns to your client's callback automatically.
- Return to your client and confirm that the connection completed.
You can create a Dwellir account during login.
For Codex, run:
codex mcp add dwellir --url https://mcp.dwellir.com/mcp
codex mcp login dwellirChoose access in the dashboard. The standard Codex login does not need a scope flag.
You do not need a local server or an API key in your client's configuration. The hosted server uses your selected Dwellir key when it makes blockchain requests. Those requests consume your account quota.
Available tools
| Task | Tools |
|---|---|
| Find chains, networks, and endpoint IDs | list_endpoints |
| Find supported read methods | rpc_methods |
| Query blockchain state | rpc_call |
| Query supported Hyperliquid Info data | hyperliquid_info |
| Sample WebSocket updates | capture_stream |
| Inspect account usage | usage_summary, usage_history |
| Manage named API keys | list_keys, create_key, update_key, delete_key |
| Find current documentation | search_docs, get_docs |
Discover an endpoint and an enabled key before making a chain query. The server returns non-secret key references, which identify keys within MCP. It does not return API key values in tool responses. Disabling or deleting a key interrupts applications that use it.
Read methods cover EVM, Substrate, Solana, Bitcoin, Starknet, and Sui. Method availability depends on the chain, endpoint, and account entitlements. Unknown methods and transaction broadcasts are rejected.
WebSocket captures contain at most 20 messages and run for at most 15 seconds. Continuous subscriptions and gRPC streams belong in application code. Use the Hyperliquid documentation for those protocols.
Planned project setup
Your application needs credentials that work outside the MCP connection. CLI 0.2.0 will add project setup through the Dwellir CLI. The commands below are planned and unavailable in the current release.
dwellir auth login --device-code
dwellir project setup --chain ethereum --network mainnet --create-key my-projectThe CLI writes the key and endpoint URLs into a private, ignored environment file.
The project setup command omits credential values from its output.
Keep generated environment files out of chat.
Use --key-name to select an existing enabled key by name.
The CLI also supports human use, CI automation, and custom usage tooling. It remains available independently of MCP and the plugin.
Permissions and disconnecting
Read access supports account inspection and chain queries. Manage keys also permits creating, updating, and deleting API keys. A read-only request cannot gain key-management access during approval. The MCP tools do not purchase subscriptions or execute trades.
Revoke the developer-tool credential from the dashboard's Agents page to end its account access. Also remove the connection from your client. Removing local credentials alone may leave server access active.
MCP or plugin?
Choose standalone MCP when you want tools in an existing MCP client. Choose the plugin when you also want Dwellir's reusable developer workflows and the canonical Hyperliquid skill. Both use the same hosted account and blockchain tools.