https://github.com/KunihiroS/kv-extractor-mcp-server
This MCP server extracts key-value pairs from arbitrary, noisy, or unstructured text using LLMs (GPT-4.1-mini) and pydantic-ai. It keeps type safety and supports multiple output formats (JSON, YAML, TOML). The server is robust to any input and always attempts to structure data as much as possible.
https://github.com/KunihiroS/kv-extractor-mcp-server
Last synced: 2 days ago
JSON representation
This MCP server extracts key-value pairs from arbitrary, noisy, or unstructured text using LLMs (GPT-4.1-mini) and pydantic-ai. It keeps type safety and supports multiple output formats (JSON, YAML, TOML). The server is robust to any input and always attempts to structure data as much as possible.
- Host: GitHub
- URL: https://github.com/KunihiroS/kv-extractor-mcp-server
- Owner: KunihiroS
- License: gpl-3.0
- Created: 2025-05-06T07:33:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-07T13:18:08.000Z (about 1 month ago)
- Last Synced: 2025-05-15T17:15:48.855Z (about 1 month ago)
- Language: Python
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- mcp-index - Flexible Key-Value Extraction Server - Extracts key-value pairs from noisy or unstructured text in multiple languages, ensuring type-safe outputs in JSON, YAML, or TOML formats. Utilizes advanced LLMs and pydantic for data structuring and validation, supporting languages like Japanese, English, and Chinese. (Document Processing)