Skip to main content
Glama
ramiramirez-nl

doaj-discovery-mcp

DOAJ Discovery MCP

Costless-first Model Context Protocol server for discovering DOAJ-indexed journals and articles.

This server is read-only and discovery-only. It does not perform DOAJ editorial review, criteria checking, compliance checking, endogeny checking, or publishing decisions.

Features

  • Journal discovery

  • Article discovery

  • Manuscript-fit journal recommendations

  • Diamond OA and no-fee journal discovery

  • Similar article discovery with lexical and metadata ranking

  • DOAJ metadata explanations

  • Local filesystem cache

  • BM25-like scoring, synonym expansion, language and location boosts

  • Streamable HTTP MCP endpoint at /mcp

  • Health endpoint at /health

Related MCP server: Earthdata MCP Server

Costless First

No OpenAI API key is required. No paid embedding service, paid vector database, paid search service, or paid hosting-specific service is used.

If semantic search is requested while local vector search is disabled, the server ranks by lexical relevance, synonym expansion, and DOAJ metadata and returns a warning.

Setup

npm install
cp .env.example .env
npm run dev

Health check:

curl http://localhost:3000/health

MCP endpoint:

http://localhost:3000/mcp

Environment

See .env.example. DOAJ_API_KEY is optional.

Docker

docker build -t doaj-discovery-mcp .
docker run -p 3000:3000 --env-file .env doaj-discovery-mcp
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that provides access to the DBLP computer science bibliography database, allowing AI models to search publications, process citations, and generate accurate BibTeX entries.
    Last updated
    6
    42
    MIT

View all related MCP servers

Related MCP Connectors

  • Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

  • Agentic search over your Dewey document collections from any MCP-compatible client.

  • Search and browse every MCP server in the Model Context Protocol registry.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ramiramirez-nl/doaj-discovery-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server