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

fastino-gliner-2-mcp-server

v1.0.1

Published

MCP server for Fastino Gliner 2 API - Connect Claude to entity extraction, text classification, and structured data parsing

Readme

Fastino Gliner MCP Server

Connect Claude directly to your Fastino Gliner API for seamless AI-powered user memory and context management.

What This Does

This MCP (Model Context Protocol) server allows Claude (via the Claude Desktop app) to directly interact with your Fastino Gliner API. Once configured, you can ask Claude to:

  • Extract Entities from text
  • Classify text
  • Strucuture text into a JSON format

Prerequisites

Configuration

Step 1: Add to Claude Desktop

  1. Open your Claude Desktop app configuration file:

    • Go to SettingsDeveloperEdit Config

    Or manually locate the file at:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the Fastino MCP server configuration:

{
  "mcpServers": {
    "fastino-gliner-2-mcp-server": {
      "command": "npx",
      "args": [
        "fastino-gliner-2-mcp-server"
      ],
      "env": {
        "FASTINO_API_KEY": "pio_sk_your_api_key_here"
      }
    }
  }
}
  1. Replace pio_sk_your_api_key_here with your actual Fastino API key (get yours at fastino.ai)

  2. Restart Claude Desktop

Step 2: Verify Installation

Open Claude Desktop and ask:

"What Fastino Gliner tools do you have access to?"

Claude should list all 3 available Fastino tools.

Usage Examples

Once configured, you can use natural language with Claude:

Entity Extraction

"I want to know the person, company, location, organisation and date using Gliner in this text: Apple CEO Tim Cook announced a partnership with Google in San Francisco on October 11th, 2025"

Classify Text

"Using Gliner, can you tell me if this is postivie?: I absolutely loved this product! It exceeded my expectations."

Extract Json

"With Gliner, can turn this into JSON for the product name, storage and price?: iPhone 15 Pro Max with 256GB storage priced at $1199."

Available Tools

| Tool | Description | |------|-------------| | extract_entities | Extract named entities from text | | classify_text | Classify text into predefined categories (sentiment analysis, topic classification, intent detection, etc.) | | extract_json | Parse unstructured text into structured JSON data |

Troubleshooting

"FASTINO_API_KEY environment variable is required"

Make sure you've added your API key to the claude_desktop_config.json file and restarted Claude Desktop.

Tools not appearing in Claude

  1. Ensure the config file is in the correct location
  2. Verify the JSON is properly formatted (no trailing commas)
  3. Restart Claude Desktop completely (quit and reopen)

Support


Built with ❤️ by Fastino