Skip to content

MCP Endpoints

Valency MCP provides 38 endpoints organized into 8 categories. Once connected, your AI assistant can use any of these tools. Try some example prompts.

EndpointDescriptionSample Prompt
semantic_search_papersSearch by meaning using semantic embeddingsFind papers about making language models smaller and faster
search_by_titleFind papers by title keywordsFind the paper titled Attention Is All You Need
search_by_abstractFind papers by abstract contentWhich abstracts mention tidal disruption flares?
search_by_abstract_batchRun multiple abstract searches in one callSearch abstracts for solid-state, lithium-metal, and sodium-ion batteries
search_by_authorFind papers by author name (literal string matching)Show me papers with Risa Wechsler on the author list
search_by_categoryFind papers in a research domain (recency-ordered)Show me papers in the astro-ph.HE category
search_by_venueSearch by publication venue (journal or conference)Show me papers published in The Lancet
search_by_commentsSearch arxiv comments for venue acceptances, conference notesFind papers whose notes say accepted to NeurIPS 2025
search_cross_categorySearch abstracts across multiple categoriesFind network analysis papers spanning cs.LG and quant-ph
find_similar_papersFind semantically similar papers to a given paperWhat papers are similar to arXiv 1706.03762?
get_citing_papersFind papers that cite a given paperWho has cited arXiv 1706.03762 since it came out?
EndpointDescriptionSample Prompt
filter_by_categoriesFilter across multiple domains (recency-ordered)List recent papers across q-fin.PM and q-fin.RM
filter_by_date_rangeFilter by publication dateWhat came out between March 10 and March 12, 2025?
filter_by_licenseFilter by license type (CC-BY, CC0, arxiv default, etc.)Show me CC0-licensed astro-ph.GA papers
filter_papers_with_doiFind papers with DOI identifiersShow me math.GT papers that have DOIs assigned
count_papersCount papers matching filters (number only)How many papers are in the corpus in total?
EndpointDescriptionSample Prompt
get_author_profileComprehensive researcher summary profileGive me a research profile of Risa Wechsler
get_author_identityDisambiguate an author and return career stats (h-index, affiliations)Which researcher is Jennifer Doudna, and what’s her h-index and main affiliation?
find_papers_by_researcherFind papers by a disambiguated researcher (more precise than search_by_author)Find every paper by the cosmologist Risa Wechsler — the specific researcher, not just anyone whose name matches
resolve_orcidLook up a researcher by ORCID and return profile + papersLook up the researcher with ORCID 0000-0003-2229-011X
find_coauthorsFind an author’s most frequent collaboratorsWho does Peter Nugent collaborate with most often?
compare_authorsCompare 2–10 researchers side by sideCompare Risa Wechsler and Peter Nugent side by side
batch_author_categoriesCategory distributions for multiple authorsWhat fields do Risa Wechsler, Peter Nugent, and Saul Perlmutter each publish in?
identify_prolific_authorsRank authors by publication countWho publishes the most in astro-ph.GA?
EndpointDescriptionSample Prompt
get_paper_by_idDirect lookup by paper IDPull up arXiv paper 1810.04805
get_paper_versionsRevision history for a paperHow many times was arXiv 1706.03762 revised?
EndpointDescriptionSample Prompt
get_keyword_trendsPaper counts over time for a keyword/abstract searchHow has diffusion model grown in cs.LG abstracts?
get_publication_trendsPaper counts over time for a categoryHow has publication volume in cs.AI changed over time?
get_publication_trends_batchTrends for multiple categories in one callCompare yearly volume across cs.AI, cs.LG, and cs.CV
analyze_corpus_metricsCorpus-wide descriptive statisticsWhat share of papers have abstracts and DOIs?
identify_research_domainsRank research domains by volumeWhich research domains are biggest on biorxiv?
get_field_coverageMost common values for a metadata fieldWhat journal names show up most in q-fin.ST?
EndpointDescriptionSample Prompt
list_sourcesAvailable paper sources with counts and date rangesWhich preprint servers and databases do you cover?
EndpointDescriptionSample Prompt
export_papers_csvExport papers to CSVExport arXiv papers 1706.03762, 1810.04805, and 2005.14165 as CSV with titles and dates
export_papers_jsonExport papers to JSONExport arXiv 1706.03762 as JSON
export_papers_bibtexExport papers as BibTeX referencesGive me BibTeX for arXiv 1706.03762
export_from_filterExport papers matching a filter as in-memory contentExport three CC-BY astro-ph.GA papers to CSV in one step
EndpointDescriptionSample Prompt
submit_feedbackSubmit feedback about search quality, bugs, or feature requestsThe search results were great — pass that along

Once you’ve connected Valency to your AI assistant, you can start using these endpoints immediately through natural language.

Semantic search:

“Search for papers about transformer attention mechanisms”

Author research:

“Show me Geoffrey Hinton’s publication profile” “Who are Yann LeCun’s most frequent collaborators?”

Trends:

“What are the publication trends for machine learning over the last 5 years?”

Filtering:

“Find papers about climate change from 2023 with CC-BY license”

Export:

“Export the top 100 papers about CRISPR to CSV”

  • Be specific: More specific queries return better results
  • Combine endpoints: Your AI assistant can chain multiple endpoints together
  • Use filters: Narrow results by date, license, or category
  • Try semantic search first: semantic_search_papers often gives the best results for exploratory queries