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

@ihmissuti/geo-tools

v0.1.0

Published

MCP server for Generative Engine Optimization (GEO) - AI search visibility tools by Kimmo Ihanus

Readme

@ihmissuti/geo-tools

MCP server for Generative Engine Optimization (GEO) - AI search visibility tools.

Connect Claude Desktop, Cursor, or any MCP-compatible client to audit websites for AI visibility, generate optimized schemas, and evaluate devtools for the agent era.

Quick StartAvailable ToolsAbout GEO

What is this?

GEO (Generative Engine Optimization) is the practice of optimizing content and technical infrastructure so AI systems like ChatGPT, Perplexity, and Claude can find, understand, and recommend your products.

This MCP server provides tools to:

  • 📊 Audit webpages for AI search visibility
  • 🏷️ Generate schemas optimized for LLM understanding
  • 🔧 Score devtools for AI agent compatibility
  • 📋 Get recommendations to improve AI visibility

Quick Start

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "geo-tools": {
      "command": "npx",
      "args": ["-y", "@ihmissuti/geo-tools"]
    }
  }
}

Restart Claude Desktop and look for the hammer icon (🔨).

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "geo-tools": {
      "command": "npx",
      "args": ["-y", "@ihmissuti/geo-tools"]
    }
  }
}

Global Installation

npm install -g @ihmissuti/geo-tools

Then configure:

{
  "mcpServers": {
    "geo-tools": {
      "command": "geo-tools"
    }
  }
}

Available Tools

webpage_geo_audit

Audit a webpage for AI search visibility. Analyzes schema markup, content structure, and technical factors.

Audit https://example.com for AI visibility

Returns:

  • Overall GEO score (0-100)
  • Grade (A-F)
  • Strengths and gaps analysis
  • Technical factors (schema, headings, code blocks, etc.)

generate_schema

Generate optimized Schema.org markup for AI visibility.

Generate organization schema for my company "Acme Inc" at https://acme.com

Supported types:

  • organization - Company/brand schema
  • software - SoftwareApplication for devtools
  • person - Personal brand schema
  • faq - FAQPage for common questions
  • howto - HowTo for tutorials/guides

agent_friendly_score

Evaluate a developer tool for AI agent compatibility.

Score Resend for agent-friendliness

Evaluates:

  • SDK & API design (30 pts)
  • Documentation quality (25 pts)
  • Training data presence (20 pts)
  • MCP integration (15 pts)
  • Time to working (10 pts)

geo_recommendations

Get prioritized recommendations based on an audit.

Give me GEO recommendations based on the audit results

Returns actionable improvements sorted by impact.

Example Queries

Full GEO Audit Flow

1. Audit https://myproduct.com for AI visibility

2. Generate organization and software schemas for my product

3. What are the top 3 things I should fix to improve my AI search presence?

DevTool Evaluation

Compare the agent-friendliness of Resend vs SendGrid

Schema Generation

Generate FAQ schema for these questions:
- How do I get started?
- What's the pricing?
- How does authentication work?

About GEO

GEO is bigger than "SEO for ChatGPT." It's about understanding that AI assistants now make infrastructure decisions for developers.

When a developer asks Cursor to "add email functionality," the AI:

  1. Picks the service
  2. Writes the integration
  3. Runs the install command

The tools that AI can understand and work with get recommended. The tools it can't work with become invisible.

The new funnel:

  • ~~Marketing → Landing → Docs → Trial → Conversion~~
  • Problem → AI suggestion → npm install → Subscription

Learn more:

Author

Kimmo Ihanus

License

MIT