npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp_toleno

v1.0.15

Published

Toleno Network MCP Server — Manage your Toleno account with Claude AI.

Readme

mcp_toleno

npm version npm downloads Node.js License: MIT MCP

Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.

Check balance · Start mining · View referrals — all without opening the app.



Quick Start

npx mcp_toleno setup

The setup wizard will:

  1. Ask for your Toleno API key
  2. Validate it against the Toleno API
  3. Automatically update your Claude Desktop config
  4. Remind you to restart Claude Desktop

Or non-interactive:

npx mcp_toleno setup --key tlno_your_key_here

Get Your API Key

  1. Open the Toleno app on your phone
  2. Go to Settings → API Keys
  3. Tap "Create New Key"
  4. Name it (e.g. Claude Desktop)
  5. Copy it immediately — starts with tlno_, shown only once

Manual Setup

Claude Desktop

| OS | Config file | |----|-------------| | Windows | %APPDATA%\Claude\claude_desktop_config.json | | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Linux | ~/.config/Claude/claude_desktop_config.json |

{
  "mcpServers": {
    "Toleno Network": {
      "command": "npx",
      "args": ["-y", "mcp_toleno"],
      "env": {
        "TOLENO_API_KEY": "tlno_paste_your_key_here"
      }
    }
  }
}

Claude Code

Add .mcp.json to your project root:

{
  "mcpServers": {
    "Toleno Network": {
      "command": "npx",
      "args": ["-y", "mcp_toleno"],
      "env": {
        "TOLENO_API_KEY": "tlno_paste_your_key_here"
      }
    }
  }
}

Available Tools

| Tool | What it does | Needs key? | |------|-------------|------------| | get_global_stats | Total tokens mined, platform-wide user count | No | | get_profile | Your balance, mining power, streak, level | Yes | | get_mining_status | Active session, time remaining, tokens earned | Yes | | start_mining | Start a new 24-hour mining session | Yes | | get_wallet_info | Wallet address, withdrawable balance, limits | Yes | | get_referral_info | Referral code, team size, active referrals | Yes |


What You Can Ask Claude

"What is my Toleno mining status?"
"Start mining"
"How many TOL tokens do I have?"
"Show my wallet info"
"How many referrals do I have?"
"What are the global Toleno stats?"
"When does my mining session end?"

Example Session

You:    What is my mining status?

Claude: Your mining session is active!
        ⛏  Started: 3 hours ago
        ⏱  Time remaining: 21 hours
        💰 Earned so far: 3.5 / 28 TOL
        ✅ Keep it running to earn the full reward!

---

You:    How many referrals do I have?

Claude: Your referral stats:
        👥 Total referrals: 12
        ✅ Active today: 7
        🔗 Your code: TOLENO-ABC123

FAQ

Q: Is my API key safe? Your key is stored locally in the Claude config file — never sent to Claude's servers. Revoke it anytime from the Toleno app.

Q: Can Claude do anything harmful to my account? No. Claude can only read data and start mining sessions. It cannot claim rewards, change your wallet address, withdraw tokens, or delete your account. To claim rewards, open the Toleno app.

Q: The tools don't appear in Claude Desktop. Fully quit and restart Claude Desktop after setup. Look for the 🔨 hammer icon in the chat toolbar.

Q: Do I need Node.js? Yes, Node.js 18 or higher. Download from nodejs.org.

Q: It says "TOLENO_API_KEY is not configured". Run npx mcp_toleno setup again or manually add the key to your config file.


Links


MIT © Toleno Network