1. Entity Extraction
Ask for people, companies, products, locations, custom fields, or domain-specific terms.
Tool:extractEntities
GLiNER2 MCP gives your agent three practical superpowers: extract entities, classify meaning, and produce structured JSON from plain language. No model training. No annotation pipeline.
Quick start: uvx gliner2-mcp
Think of GLiNER2 as a text analyst that follows your instructions at runtime. Instead of asking, "What labels was this model trained for?", you tell it what to find right now. This repo wraps that capability as MCP tools any agent can call.
Ask for people, companies, products, locations, custom fields, or domain-specific terms.
Tool:extractEntities
Map text into labels you define, including multi-label setups like topic or risk tags.
Tool:classifyText
Pull clean objects from messy prose so downstream workflows can automate with confidence.
Tool:extractJson
Switch tasks to preview exactly what your agent sends and receives.
1Run uvx gliner2-mcp (or uv run gliner2-mcp in-repo).
2Point your MCP client/agent to this server over stdio.
3Call tools with your own labels and schema. Start simple, then increase specificity.