Stanford CrossRef MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 16 tools to Get Citations Count, Get Funder Works, Get Journal, and more
The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Stanford CrossRef through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.
Ask AI about this MCP Server for Vercel AI SDK
The Stanford CrossRef MCP Server for Vercel AI SDK is a standout in the Education category — giving your AI agent 16 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";
async function main() {
const mcpClient = await createMCPClient({
transport: {
type: "http",
// Your Vinkius token. get it at cloud.vinkius.com
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
});
try {
const tools = await mcpClient.tools();
const { text } = await generateText({
model: openai("gpt-4o"),
tools,
prompt: "Using Stanford CrossRef, list all available capabilities.",
});
console.log(text);
} finally {
await mcpClient.close();
}
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Stanford CrossRef MCP Server
Connect to the CrossRef API — the authoritative source for DOI metadata and scholarly publishing infrastructure.
The Vercel AI SDK gives every Stanford CrossRef tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 16 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.
What you can do
- DOI Resolution — Resolve any DOI to complete bibliographic metadata
- Works Search — Search 150M+ DOI-registered works with advanced filters
- Journal Registry — Query journals by title or ISSN with coverage metrics
- Publisher Profiles — Explore academic publishers (Elsevier, Springer, Wiley)
- Funder Registry — Search funding organizations (NIH, NSF, ERC, Wellcome Trust)
- ORCID Lookup — Find works by researcher ORCID identifier
- Affiliation Search — Search works by institutional affiliation
- Citation Counts — Get citation and reference counts for any DOI
- Reference Lists — Extract complete bibliographies from published works
- Preprint Search — Find preprints registered with CrossRef
- DOI Validation — Verify whether a DOI is valid and registered
- Recent Works — Monitor the latest DOI registrations
The Stanford CrossRef MCP Server exposes 16 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 16 Stanford CrossRef tools available for Vercel AI SDK
When Vercel AI SDK connects to Stanford CrossRef through Vinkius, your AI agent gets direct access to every tool listed below — spanning crossref, doi, metadata, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Get citations count on Stanford CrossRef
The "is-referenced-by-count" is the number of times other works cite this DOI. The "references-count" is how many references this work cites. Quick way to assess a paper's impact. Get citation count for a DOI
Get funder works on Stanford CrossRef
Use the funder ID from search_funders (e.g. "100000002" for NIH). Essential for understanding research funding landscapes and tracking funded output. Get works funded by a specific funding organization
Get journal on Stanford CrossRef
Returns title, publisher, subjects, total DOI count, current and backfile counts, metadata coverage percentages, and quality flags. Get journal details by ISSN
Get journal works on Stanford CrossRef
Can be filtered with an optional text query. Useful for browsing a journal's publication history or searching within a specific journal. Get articles published in a specific journal
Get publisher on Stanford CrossRef
Returns name, DOI prefix, total/current/backfile DOI counts, metadata coverage scores, and quality flags. Get publisher details with output metrics
Get reference list on Stanford CrossRef
Returns all cited references with their DOIs (when available), authors, titles, journals, and years. Essential for bibliography analysis, finding source material, and understanding a paper's intellectual foundations. Get full reference list (bibliography) for a DOI
Resolve doi on Stanford CrossRef
Returns title, authors, journal, publisher, publication date, volume, issue, pages, citation count, reference count, subject areas, and license information. The definitive tool for getting structured metadata from any DOI. Resolve a DOI to full bibliographic metadata
Search by affiliation on Stanford CrossRef
Use institution names like "Stanford University", "MIT", "Harvard Medical School". Can be combined with a topic query. Search works by institutional affiliation
Search by orcid on Stanford CrossRef
ORCID is the universal researcher identifier. Format: "0000-0002-1825-0097". Essential for finding the complete publication record of a researcher across all journals and publishers. Find works by ORCID author identifier
Search funders on Stanford CrossRef
Examples: "National Institutes of Health", "National Science Foundation", "European Research Council", "Wellcome Trust". Search funding organizations worldwide
Search journals on Stanford CrossRef
Returns journal titles, ISSNs, publishers, subject areas, total DOI counts, and metadata coverage scores. Use this to find journal identifiers and evaluate journal metrics. Search academic journals by title or ISSN
Search preprints on Stanford CrossRef
This covers preprints from bioRxiv, medRxiv, SSRN, ChemRxiv, and other preprint servers that register DOIs with CrossRef. Search registered preprints across all servers
Search publishers on Stanford CrossRef
Returns publisher names, DOI prefixes, and total DOI counts. Search academic publishers
Search recent works on Stanford CrossRef
Default is last 7 days. Use this to monitor the latest publications across all journals and publishers. Find the most recently registered DOIs
Search works on Stanford CrossRef
Supports full-text query, filters, sorting, and pagination. Filter syntax: "from-pub-date:2024-01-01", "type:journal-article", "has-orcid:true", "has-references:true", "is-update:false". Sort options: "relevance", "published", "indexed", "is-referenced-by-count". Search 150M+ DOI-registered academic works
Validate doi on Stanford CrossRef
Returns whether the DOI exists in CrossRef, along with basic metadata (title, type, publisher) if valid. Useful for quality-checking reference lists and citation data. Check if a DOI is valid and registered
Connect Stanford CrossRef to Vercel AI SDK via MCP
Follow these steps to wire Stanford CrossRef into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @ai-sdk/mcp ai @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the script
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Vercel AI SDK with the Stanford CrossRef MCP Server
Vercel AI SDK provides unique advantages when paired with Stanford CrossRef through the Model Context Protocol.
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Stanford CrossRef integration everywhere
Built-in streaming UI primitives let you display Stanford CrossRef tool results progressively in React, Svelte, or Vue components
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
Stanford CrossRef + Vercel AI SDK Use Cases
Practical scenarios where Vercel AI SDK combined with the Stanford CrossRef MCP Server delivers measurable value.
AI-powered web apps: build dashboards that query Stanford CrossRef in real-time and stream results to the UI with zero loading states
API backends: create serverless endpoints that orchestrate Stanford CrossRef tools and return structured JSON responses to any frontend
Chatbots with tool use: embed Stanford CrossRef capabilities into conversational interfaces with streaming responses and tool call visibility
Internal tools: build admin panels where team members interact with Stanford CrossRef through natural language queries
Example Prompts for Stanford CrossRef in Vercel AI SDK
Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Stanford CrossRef immediately.
"Resolve DOI 10.1038/s41586-021-03819-2"
"Find works funded by the National Institutes of Health on gene therapy"
"Look up all publications by ORCID 0000-0002-8350-519X"
Troubleshooting Stanford CrossRef MCP Server with Vercel AI SDK
Common issues when connecting Stanford CrossRef to Vercel AI SDK through Vinkius, and how to resolve them.
createMCPClient is not a function
npm install @ai-sdk/mcpStanford CrossRef + Vercel AI SDK FAQ
Common questions about integrating Stanford CrossRef MCP Server with Vercel AI SDK.
How does the Vercel AI SDK connect to MCP servers?
createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.Can I use MCP tools in Edge Functions?
Does it support streaming tool results?
useChat and streamText that handle tool calls and display results progressively in the UI.Explore More MCP Servers
View all →
Miro (Visual Collaboration & Whiteboarding)
8 toolsManage collaborative boards via Miro — create sticky notes, list visual items, and audit team members.

Reclaim.ai
10 toolsEquip your AI to directly manage tasks, habits, and scheduling links via your smart Reclaim.ai calendar assistant.

Hipsy
16 toolsSell event tickets, manage registrations, and promote parties and festivals with a ticketing platform made for nightlife and entertainment.

Buddy Punch
6 toolsTrack employee hours with GPS-verified clock-ins, PTO management, and payroll-ready timesheet exports your team will love.
