Skip to content

MCP Endpoints

Valency Bond exposes 38 MCP 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 embeddingsUse Valency to find papers about making language models smaller and faster
search_by_titleFind papers by title keywordsUse Valency to find the paper titled Attention Is All You Need
search_by_abstractFind papers by abstract contentUse Valency to find abstracts that mention tidal disruption flares
search_by_abstract_batchRun multiple abstract searches in one callUse Valency to search abstracts for solid-state, lithium-metal, and sodium-ion batteries
search_by_authorFind papers by author name (literal string matching)Use Valency to show me papers with Risa Wechsler on the author list
search_by_categoryFind papers in a research domain (recency-ordered)Use Valency to show me papers in the astro-ph.HE category
search_by_venueSearch by publication venue (journal or conference)Use Valency to show me papers published in The Lancet
search_by_commentsSearch arXiv comments for venue acceptances, conference notesUse Valency to find papers whose notes say accepted to NeurIPS 2025
search_cross_categorySearch abstracts across multiple categoriesUse Valency to find network analysis papers spanning cs.LG and quant-ph
find_similar_papersFind semantically similar papers to a given paperUse Valency to find papers similar to arXiv 1706.03762
get_citing_papersFind papers that cite a given paperUse Valency to find who has cited arXiv 1706.03762 since it came out
EndpointDescriptionSample Prompt
filter_by_categoriesFilter across multiple domains (recency-ordered)Use Valency to list recent papers across q-fin.PM and q-fin.RM
filter_by_date_rangeFilter by publication dateUse Valency to list what came out between March 10 and March 12, 2025
filter_by_licenseFilter by license type (CC-BY, CC0, arXiv default, etc.)Use Valency to show me CC0-licensed astro-ph.GA papers
filter_papers_with_doiFind papers with DOI identifiersUse Valency to show me math.GT papers that have DOIs assigned
count_papersCount papers matching filters (number only)Use Valency to count how many papers are in the corpus in total
EndpointDescriptionSample Prompt
get_author_profileComprehensive researcher summary profileUse Valency to give me a research profile of Risa Wechsler
get_author_identityDisambiguate an author and return career stats (h-index, affiliations)Use Valency to identify which researcher is Jennifer Doudna, with her h-index and main affiliation
find_papers_by_researcherFind papers by a disambiguated researcher (more precise than search_by_author)Use Valency to 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 + papersUse Valency to look up the researcher with ORCID 0000-0003-2229-011X
find_coauthorsFind an author’s most frequent collaboratorsUse Valency to find who Peter Nugent collaborates with most often
compare_authorsCompare 2–10 researchers side by sideUse Valency to compare Risa Wechsler and Peter Nugent side by side
batch_author_categoriesCategory distributions for multiple authorsUse Valency to show what fields Risa Wechsler, Peter Nugent, and Saul Perlmutter each publish in
identify_prolific_authorsRank authors by publication countUse Valency to find who publishes the most in astro-ph.GA
EndpointDescriptionSample Prompt
get_paper_by_idDirect lookup by paper IDUse Valency to pull up arXiv paper 1810.04805
get_paper_versionsRevision history for a paperUse Valency to check how many times arXiv 1706.03762 was revised
EndpointDescriptionSample Prompt
get_keyword_trendsPaper counts over time for a keyword/abstract searchUse Valency to show how diffusion model has grown in cs.LG abstracts
get_publication_trendsPaper counts over time for a categoryUse Valency to show how publication volume in cs.AI has changed over time
get_publication_trends_batchTrends for multiple categories in one callUse Valency to compare yearly volume across cs.AI, cs.LG, and cs.CV
analyze_corpus_metricsCorpus-wide descriptive statisticsUse Valency to report what share of papers have abstracts and DOIs
identify_research_domainsRank research domains by volumeUse Valency to find which research domains are biggest on biorxiv
get_field_coverageMost common values for a metadata fieldUse Valency to find which journal names show up most in q-fin.ST
EndpointDescriptionSample Prompt
list_sourcesAvailable paper sources with counts and date rangesUse Valency to list which preprint servers and databases it covers
EndpointDescriptionSample Prompt
export_papers_csvExport papers to CSVUse Valency to export arXiv papers 1706.03762, 1810.04805, and 2005.14165 as CSV with titles and dates
export_papers_jsonExport papers to JSONUse Valency to export arXiv 1706.03762 as JSON
export_papers_bibtexExport papers as BibTeX referencesUse Valency to give me BibTeX for arXiv 1706.03762
export_from_filterExport papers matching a filter as in-memory contentUse Valency to export three CC-BY astro-ph.GA papers to CSV in one step
EndpointDescriptionSample Prompt
submit_feedbackSubmit feedback about search quality, bugs, or feature requestsUse Valency to send feedback: the search results were great

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

Semantic search:

Use Valency to search for papers about transformer attention mechanisms

Author research:

Use Valency to show me Geoffrey Hinton’s publication profile

Use Valency to find Yann LeCun’s most frequent collaborators

Trends:

Use Valency to show publication trends for machine learning over the last 5 years

Filtering:

Use Valency to find papers about climate change from 2023 with CC-BY license

Export:

Use Valency to 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