TweetAPI · OAuth Scopes

TweetAPI OAuth Scopes

OAuth 2.0 probed

TweetAPI publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the TweetAPI API on a user’s behalf.

Tokens are issued from https://tweetapi.com/api/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

twitterXSocial-MediaSocial DataSearchAnalyticsResearchDeveloper ToolsMCPagent-nativellms-txtREST API
Scopes: 2 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://tweetapi.com/dashboard/mcp/authorize
Token URL
https://tweetapi.com/api/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
tweetapi:read Read-only access through the hosted MCP server — TweetAPI documentation tools and live public-data lookups. Excludes posting, engagement, account-secret, DM, billing and administration operations. authorizationCode
offline_access Issue a refresh token so an agent client can maintain the authorization across sessions without re-running the dashboard flow. authorizationCode

Source

OAuth Scopes

tweetapi-scopes.yml Raw ↑
generated: '2026-08-11'
method: probed
source: https://tweetapi.com/.well-known/oauth-authorization-server
corroborating_source: https://mcp.tweetapi.com/.well-known/oauth-protected-resource/mcp
docs: https://tweetapi.com/docs/getting-started/agents
applies_to: TweetAPI Hosted MCP Server (https://mcp.tweetapi.com/mcp)
note: >-
  Read from live RFC 8414 / RFC 9728 discovery documents, not from an OpenAPI oauth2 securityScheme —
  TweetAPI publishes no OpenAPI. The REST API is API-key authenticated and has no scope surface at
  all; scopes exist only on the MCP OAuth boundary.
schemes:
  - name: TweetAPIOAuth
    issuer: https://tweetapi.com
    source: https://tweetapi.com/.well-known/oauth-authorization-server
    flows:
      - flow: authorizationCode
        authorizationUrl: https://tweetapi.com/dashboard/mcp/authorize
        tokenUrl: https://tweetapi.com/api/oauth/token
        code_challenge_methods: [S256]
scopes:
  - scope: tweetapi:read
    description: >-
      Read-only access through the hosted MCP server — TweetAPI documentation tools and live
      public-data lookups. Excludes posting, engagement, account-secret, DM, billing and
      administration operations.
    flows: [authorizationCode]
    sources: [https://tweetapi.com/.well-known/oauth-authorization-server, https://mcp.tweetapi.com/.well-known/oauth-protected-resource/mcp]
  - scope: offline_access
    description: >-
      Issue a refresh token so an agent client can maintain the authorization across sessions
      without re-running the dashboard flow.
    flows: [authorizationCode]
    sources: [https://tweetapi.com/.well-known/oauth-authorization-server, https://mcp.tweetapi.com/.well-known/oauth-protected-resource/mcp]
scope_count: 2
granularity: coarse
gaps:
  - >-
    A single read scope covers the entire read surface — an agent authorized for a user lookup is
    equally authorized for search, lists, communities and Spaces. There is no per-resource or
    per-category scope, and no write scope exists because writes are excluded from MCP entirely.
  - No published scopes reference page; the scope strings are discoverable only from the metadata documents.
x-evidence:
  - {url: 'https://tweetapi.com/.well-known/oauth-authorization-server', http_status: 200, fetched: '2026-08-11'}
  - {url: 'https://mcp.tweetapi.com/.well-known/oauth-protected-resource/mcp', http_status: 200, fetched: '2026-08-11'}

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/tweetapi-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.