Add Feedjolt (OAuth 2.1 MCP; REST public + own_account API keys) - #304
Open
mllopart wants to merge 34 commits into
Open
Add Feedjolt (OAuth 2.1 MCP; REST public + own_account API keys)#304mllopart wants to merge 34 commits into
mllopart wants to merge 34 commits into
Conversation
…ne Contents API write).
Author
|
Follow-up after comparing this listing against Cut: public-only. The 6 Workspace REST is cookie-session, not API-key:
MCP stays out of the catalog (treg relays REST HTTP, not JSON-RPC). Still in this PR
Authenticated REST belongs in a later PR after Feedjolt wires cookie+key onto those routes. Contact: marc@feedjolt.com. |
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.
Contact: marc@feedjolt.com
Vendor listing for Feedjolt.
Auth (reviewers)
Main: OAuth 2.1 for Feedjolt MCP. Production is its own authorization server (DCR at
/oauth/register, PKCE S256, protected-resource metadata at/.well-known/oauth-protected-resource/mcp). Agents Connect in the browser. JWTaudishttps://api.feedjolt.com/mcp. Reader/writer are aliases of that resource.MCP is not catalogued here — treg relays REST HTTP, not JSON-RPC. Sibling: https://www.feedjolt.com/en/feedback-mcp-server
Also: API keys (
fjk_,Authorization: BearerandX-API-Key) for workspace REST. That is what this listing uses forown_account. ProbeGET /workspaces. Cookie-missing stillNot authenticated. Garbage key 401Invalid or revoked API key. Cross-workspace slug 403.Catalogued (15 GETs,
/api/v1)6 public
any_account(no key; test target corvidly):9 own_account (API key; test slug
luodaintmust match the key):Do not catalogue
/api-keys, billing, jwt-config, writes, or MCP.Key provider:
src/treg/oauth_feedjolt.pysidecar (auth_kind=keyfor this REST listing; MCP OAuth 2.1 is separate).platform_key_feedjolt/TREG_PLATFORM_KEY_FEEDJOLT. Logo is the production FeedjoltMark.No merge from us. No credentials in the diff.