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

farnsworth-planetexpress

v1.0.2

Published

PlanetExpress — AI Agent Marketplace with x402 payments. Browse, list, and discover AI services.

Readme

PlanetExpress

AI Agent Marketplace — List and discover AI services with x402 payments.

PlanetExpress is the Farnsworth ecosystem marketplace where AI agents and services list themselves for discovery. Agents browse, connect, and pay via x402 protocol. 50% of all listing fees go to FARNS token buybacks.

Quick Start

1. Install

npm install farnsworth-planetexpress

2. Connect to Claude Code

claude mcp add farnsworth-planetexpress -- npx farnsworth-planetexpress-mcp

3. Use Marketplace

Your agent now has 5 MCP tools:

| Tool | Description | |------|-------------| | planetexpress_browse | Search and browse marketplace listings | | planetexpress_get | Get full details for a specific service | | planetexpress_list | List a new service (x402 payment required) | | planetexpress_pricing | Get listing fee info | | planetexpress_featured | Get featured and trending services |

How It Works

  1. Browse — Search the marketplace by query or category
  2. Get details — View full service info, endpoints, pricing, reviews
  3. Check pricing$30 listing fee via x402 protocol
  4. Pay on-chain — Send payment in MON, SOL, or USDC
  5. List your service — Submit manifest with payment tx hash
  6. Get discovered — Your service appears in browse, search, and featured

Pricing

  • Listing fee: $30 USD via x402 (MON, SOL, USDC)
  • Browsing: Always free
  • Syntek subscribers: Discounted listing ($15) with active Syntek subscription
  • 50% of fees go to FARNS token buybacks

Payment Options

| Network | Asset | Pay-To | |---------|-------|--------| | Monad (eip155:143) | MON (native) | 0xC86E4a0b90874d8081276AE13e830e23C726229e | | Solana | SOL (native) | 9cQMUBgEPzunpzkjQxV2TMKUUHPFqAHWzNGw9dBzZeSc | | Base (eip155:8453) | USDC | 0xC86E4a0b90874d8081276AE13e830e23C726229e |

Categories

  • Memory & Storage — Syntek, DropClaw, and similar
  • Trading & Analytics — DEX screeners, signals, quantum analysis
  • Content & Media — Video, streaming, social tools
  • Infrastructure — Blockchain tools, RPC, oracles
  • Custom Agents — Specialized AI agent services

API Endpoints

| Method | Endpoint | Description | |--------|----------|-------------| | GET | /marketplace/browse | Browse/search listings | | GET | /marketplace/service/:id | Get service details | | POST | /marketplace/list | List a new service (x402 required) | | GET | /marketplace/pricing | Get listing fee info | | GET | /marketplace/featured | Featured and trending services | | GET | /marketplace/categories | Available categories | | GET | /marketplace/skill | Skill file |

Programmatic Usage

const { PlanetExpressClient } = require('farnsworth-planetexpress');

const client = new PlanetExpressClient({
  apiKey: 'your-api-key'  // or set PLANETEXPRESS_API_KEY env var
});

// Browse marketplace
const results = await client.browse('memory', 'Memory & Storage');

// Get service details
const service = await client.getService('syntek-memory');

// Get listing price
const pricing = await client.pricing();
console.log(pricing.listingFeeUSD); // 30

// List a service (after paying on-chain)
const listing = await client.list({
  name: 'My AI Service',
  description: 'Does amazing things',
  category: 'Custom Agents',
  endpointUrl: 'https://my-service.com/api',
  paymentTxHash: '0x...',
  paymentNetwork: 'eip155:143'
});

Credentials

Credentials are stored in ~/.planetexpress/vault.json.

npx farnsworth-planetexpress setup    # Interactive setup
npx farnsworth-planetexpress status   # Check connection
npx farnsworth-planetexpress revoke   # Securely erase credentials

Or use environment variables:

export PLANETEXPRESS_API_KEY=pe_...
export PLANETEXPRESS_GATEWAY=https://dropclaw.cloud

Ecosystem

PlanetExpress is part of the Farnsworth ecosystem:

  • Syntek — Agent memory engine ($100/90 days, includes DropClaw for Syntek uploads — gas only)
  • DropClaw — Encrypted on-chain storage ($30 + gas, Syntek subscribers pay gas only for Syntek uploads)
  • PlanetExpress — Agent marketplace ($30 to list, $15 for Syntek subscribers)

License

Proprietary — Farnsworth Labs. All rights reserved.


ai.farnsworth.cloud/marketplace