ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use DOAJ with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Search and manage open access research journals and articles via the Directory of Open Access Journals (DOAJ).

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete DOAJ capability set.

These are the exact actions your AI can choose when you ask it to work with DOAJ.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through DOAJ.

  1. 01

    Create application

    Include the journal ID in admin.current_journal. Submit an update request (application) for an existing journal

  2. 02

    Update article

    Requires publisher API key. Update an existing DOAJ article

  3. 03

    Bulk create articles

    Requires publisher API key. Keep batch sizes around 600KB. Bulk upload articles to DOAJ

  4. 04

    Create article

    Requires publisher API key. Creating an article with an existing DOI or full-text URL will overwrite the existing record. Create a new article in DOAJ

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through DOAJ.

  1. 05

    Delete article

    Requires publisher API key. Delete an article from DOAJ

  2. 06

    Get article

    Retrieve a specific DOAJ article by ID

  3. 07

    Search articles

    Supports fielded search (e.g., bibjson.title:"Quantum"). Search DOAJ articles using Elasticsearch query string syntax

  4. 08

    Search journals

    Supports fielded search (e.g., bibjson.title:"Journal of Science"). Search DOAJ journals using Elasticsearch query string syntax

Observed, not estimated

885ms average. Fast in production.

DOAJ is checked daily against the live service.

Daily averagePeak 1072ms
Aug 20Today
Fastest day
741ms
Slowest day
1072ms
14-day trend
Slowing+31%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of DOAJ, so you can see the experience inside your AI.

It does not authenticate your account with DOAJ. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

DOAJ Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_PV9izapD8EIsmkvK3d0qnE3fA0a3dQndT55JG5am/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — DOAJ capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "doaj-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_PV9izapD8EIsmkvK3d0qnE3fA0a3dQndT55JG5am/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions DOAJ owners ask.

  • 01

    Can I search for journals using specific fields like title or ISSN?

    Yes! Use the search_journals capability with Elasticsearch query string syntax. For example, you can query bibjson.title:"Journal of Science" or bibjson.pissn:"1234-5678" to find exact matches.

  • 02

    How do I submit a batch of new articles at once?

    You can use the bulk_create_articles capability. It allows you to submit a JSON array of article objects asynchronously. This is ideal for publishers managing high volumes of data.

  • 03

    Is it possible to request updates for an existing journal listing?

    Yes, publishers can use the create_application capability to submit an update request for an existing journal by providing the updated metadata and referencing the current journal ID.