MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. RagWiser

RagWiser

RobertoDurebyRobertoDure
•
1
•
API Development
Developer Tools
Data Science & ML

Enables users to upload PDF documents, process them, and ask questions about their content using natural language, powered by Retrieval Augmented Generation (RAG).

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

RagWiser is a Spring Boot-based Retrieval Augmented Generation (RAG) system designed for document question-answering. It allows users to upload PDF documents, which are then processed to extract text, split into chunks, and have their vectorized representations stored in a PostgreSQL database using the pgvector extension. Users can then ask questions about the document content using natural language, and the system retrieves relevant context to generate accurate answers using OpenAI's GPT models. RagWiser leverages Spring AI for vector store and LLM integration, making it an advanced solution for knowledge retrieval and question answering from documents.

Key Features

01Automatically extract text from PDFs, split it into chunks, and store embeddings
02Generate accurate answers based on document content using RAG
03Leverages Spring AI for vector stores and LLM integration
04Query documents using natural language with semantic search
050 GitHub stars
06Upload and process PDF documents via REST API

Use Cases

01Integrate RAG capabilities into other AI systems using Spring AI's Tool Callbacks
02Quickly find answers within large PDF document collections
03Build a question-answering system on top of a knowledge base of PDF documents