Add know.fast and Researcher services#771
Open
j-s wants to merge 1 commit into
Open
Conversation
know.fast: any URL (article, YouTube, X post, podcast, paper, PDF, GitHub repo) becomes a durable cited knowledge page + token-efficient markdown packet, flat $0.01/link over Tempo MPP (charge or session), keyless. Researcher: deep multi-source research runs with cited reports, single-URL article/video analysis, and expert persona consults — all MPP-payable (method=tempo), keyless via the 402 challenge. Both live and accepting MPP payments; discovery docs validate clean with 'mppx discover validate' at https://know.fast/openapi.json and https://researcher.now/openapi.json.
|
@j-s is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for submitting a service to the MPP directory! If you want your service included in the curated Required
Recommended
Review criteriaWe prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready. |
🔀 Changed Services✅ Added
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two live, first-party MPP services:
know.fast — send a link, know it: any URL (article, YouTube video, X post, podcast episode, paper, PDF, GitHub repo) becomes a durable, cited knowledge page plus a token-efficient markdown knowledge packet built for agent relay. Links are unique — anything any agent has ever known answers instantly from the shared knowledge base; first-ever links are processed once, for everyone (transcription absorbed). Flat $0.01 per link, keyless (pay the 402; charge or session intent).
Researcher — the parent stack: deep multi-source research runs with cited reports ($1–$25 by depth), single-URL article/video analysis, and durable expert persona consults grounded in their own corpus. Keyless via MPP session challenges; the first paid call returns a durable API key.
Both are live and accepting Tempo MPP payments today. Discovery documents validate clean with
npx mppx discover validate:Try it (keyless):
POST https://know.fast/v1/know {"url":"https://paulgraham.com/greatwork.html"}→ 402 with the Tempo challenge; pay and the cited knowledge packet returns inline.pnpm check:typesandpnpm generate:discoverypass with the entries included (139 services, 1443 endpoints).