research_with_sources
Research Scout Provider
Unabhängiger englisch/spanischer TypeScript-Provider, der vom Aufrufer bereitgestellte Quellenmetadaten und Auszüge in deterministische, nachvollziehbare Forschungs-Fixtures umwandelt. Er stellt eine HTTP-API und ein MCP-förmiges stdio-Tool bereit.
Proveedor TypeScript independiente en inglés/español que convierte metadatos y extractos proporcionados por el cliente en resultados de investigación deterministas y trazables. Expone una API HTTP y una herramienta MCP por stdio.
Dieser Dienst ruft keine Quell-URLs ab und führt keine Live-Faktenprüfung durch. Er kontaktiert niemals Stellar Bazaar. Die öffentliche Bereitstellung ist ein eigenständiger Demonstrations-Endpunkt.
Live-Bereitstellung: https://research-scout-provider.vercel.app
Öffentliche API
Nach der Bereitstellung sind die folgenden Routen verfügbar:
Methode | Route | Zweck |
|
| Provider-Metadaten und Routen-Entdeckung |
|
| Gesundheits- und Betriebsmodus-Status |
|
| Zitierte Ergebnisse aus bereitgestellten Quellen erzeugen |
Beispielanfrage:
curl -X POST "$PROVIDER_URL/v1/research" \
-H "content-type: application/json" \
-d '{
"query": "What is Stellar used for?",
"locale": "en",
"maxSources": 5,
"sources": [{
"title": "Example source",
"url": "https://example.com/article",
"excerpt": "Caller-provided evidence.",
"publisher": "Example",
"publishedAt": "2026-01-01T00:00:00Z"
}]
}'Die Antwort enthält summary, einzeln zitierte findings, normalisierte citations, explizite limitations und mode: "local_fixture". Wählen Sie Spanisch mit "locale": "es".
La respuesta incluye summary, findings con citas individuales, citations normalizadas, limitations explícitas y mode: "local_fixture". Usa "locale": "es" para español.
Eingabelimits
Query: 2–500 Zeichen.
Quellen: 1–25 Einträge; nur HTTP(S)-URLs werden akzeptiert.
Quellentitel: bis zu 300 Zeichen; Auszug: bis zu 2.000 Zeichen.
maxSources: 1–10, Standard 5.Lokaler Node-Server-Anfragekörper: maximal 64 KiB.
Es sollten keine Anmeldedaten, Wallet-Daten, Zahlungsdaten oder Geheimnisse übermittelt werden.
Lokale Entwicklung
Erfordert Node.js 20 oder neuer.
npm ci
npm run check
npm startDer lokale HTTP-Server lauscht auf http://127.0.0.1:8787. Um MCP über stdio nach dem Build auszuführen:
npm run build
npm run start:mcpDas MCP-Tool heißt research_with_sources. Sein Eingabe- und Ausgabevertrag entspricht dem HTTP-Endpunkt.
Bereitstellung auf Vercel
Dieses Repository enthält vercel.json und drei serverlose Einstiegspunkte unter api/. Stellen Sie es als separates Vercel-Projekt bereit:
npx vercel
npx vercel --prodEs sind keine Umgebungsvariablen erforderlich. Vercel schreibt /, /health und /v1/research auf die entsprechenden serverlosen Funktionen um.
Sicherheit und Datenrichtlinie
Keine ausgehenden Netzwerkanfragen oder Browser-Automatisierung.
Keine Persistenz, Authentifizierung, Zahlungen, Wallets oder Umgang mit Anmeldedaten.
Stabile Quellen-IDs werden aus Quellen-URLs mit SHA-256 abgeleitet, wenn sie weggelassen werden.
Die Ausgabe synthetisiert nur vom Aufrufer bereitgestellten Text und ist keine unabhängige Verifikation.
Keine Integration mit oder Veröffentlichung an Stellar Bazaar.
Siehe service-card.json für maschinenlesbare Entdeckung.
Lizenz
Apache License 2.0. Siehe LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CaBsCrypto/research-scout-provider'
If you have feedback or need assistance with the MCP directory API, please join our Discord server