mcp-dblp

mcp-dblp

3.4

If you are the rightful owner of mcp-dblp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides access to the DBLP computer science bibliography database for Large Language Models.

The MCP-DBLP integrates the DBLP (Digital Bibliography & Library Project) API with LLMs through the Model Context Protocol, enabling AI models to search and retrieve academic publications from the DBLP database, process citations, generate BibTeX entries, perform fuzzy matching on publication titles and author names, extract and format bibliographic information, and process embedded references in documents. It also offers direct BibTeX export that bypasses LLM processing for maximum accuracy.

Features

  • Comprehensive search capabilities with boolean queries
  • Fuzzy title and author name matching
  • BibTeX entry retrieval directly from DBLP
  • Publication filtering by year and venue
  • Statistical analysis of publication data

Tools

  1. search

    Search DBLP for publications using boolean queries

  2. fuzzy_title_search

    Search publications with fuzzy title matching

  3. get_author_publications

    Retrieve publications for a specific author

  4. get_venue_info

    Get detailed information about a publication venue

  5. calculate_statistics

    Generate statistics from publication results

  6. export_bibtex

    Export BibTeX entries directly from DBLP to files