Skip to content

Connectors

SaberTools researches across 18 live public-API connectors. Each project has a domain, and the platform's domain routing automatically selects the right connectors for that domain — so a health query hits USDA, PubMed, and ClinicalTrials.gov, while a bibliographic query hits OpenAlex, Crossref, and DOAJ.

The catalogue

APIDomainAuth
USDA FoodData CentralhealthFree key / DEMO_KEY
NIH DSLDhealthNone
PubMed E-utilitieshealth / bibliographicNone
OpenAlexbibliographicFree key (optional)
CrossrefbibliographicNone
Semantic ScholarscientificNone
arXivscientificNone
ClinicalTrials.gov v2healthNone
openFDA drug labelshealthFree key (optional)
World Bank IndicatorsgovernmentNone
Data.gov CataloggovernmentDEMO_KEY
OpenAlex abstract reconstructbibliographicNone
Jina Reader (scraper)open_webNone
Google Scholar (via Claude)bibliographicNone (Claude-proxied)
Wikipedia APIopen_webNone
Open Librarycultural_heritageNone
FRED (Federal Reserve)financeFree key
DOAJbibliographicNone

Domain routing

A project's domain drives which connectors run. The routing table is extensible — domains map to an ordered set of connectors, and the agent queries them in parallel, deduplicating and grading results as they arrive.

DomainTypical connectors
healthUSDA, NIH DSLD, PubMed, ClinicalTrials.gov, openFDA
bibliographicOpenAlex, Crossref, DOAJ, Google Scholar
scientificSemantic Scholar, arXiv, PubMed
governmentWorld Bank, Data.gov
financeFRED
open_webWikipedia, Jina Reader
cultural_heritageOpen Library

Credibility & grading

Every connector's results are normalized into the same source shape — title, type, DOI, authors, evidence grade, clinical status, credibility score (1–10), and license (license_label + rights_url). That uniformity is what makes the output a valid UKS packet regardless of which APIs produced it.

→ Related: Evidence grading · Export to UKS · API reference

Released under the MIT License.