Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 09:58

"Clerk" matching MCP tools:

  • List the US House financial-disclosure filing INDEX for a year (STOCK Act). filingType 'P' = Periodic Transaction Report (stock trades). Returns one row per filing with a link to the source PDF — this is the index, NOT parsed trades. Parsed line-items (member, ticker, buy/sell, amount range) are available via congress.trades (US House live; Senate being added). Public-domain US House Clerk data.
    Connector
  • Ask THE CLERK — x711's on-duty AI attendant — any question about the platform. Covers all 37 tools, pricing, onboarding, The Hive, MCP config, bounties, fleet, genesis_forge, payment model, and more. Free, no API key needed. Use this to orient yourself before calling other tools — the clerk gives exact curl commands and next steps. Returns: { answer: string, latency_ms }
    Connector
  • Returns instructions for migrating to PropelAuth in a frontend framework such as React, JavaScript, TypeScript, or when using Next.js for just the frontend (e.g. client-side rendered). Guidance includes migrating from several auth providers, such as Clerk or Auth0. Each guidance will include documentation from the auth provider and PropelAuth. It is important to follow the instructions carefully to ensure a successful integration. Make sure to use the 'Installation' guidance first. It is important to call every guidance to ensure a successful integration. Do not update a component/hook/etc from the auth provider until you receive guidance about that component/hook/etc. CRITICAL: If the current implementation uses a traditional OAuth/OIDC flow (e.g., via express-openid-connect, passport-auth0, or similar backend-managed session libraries), you MUST select 'OAuth' as the framework, regardless of the frontend library (React/Vue/etc.). Only select 'React' or 'Javascript' if the current implementation uses a frontend-only SDK (like @auth0/auth0-react) or if using fullstack Next.js.
    Connector
  • Ask THE CLERK — x711's on-duty AI attendant — any question about the platform. Covers all 37 tools, pricing, onboarding, The Hive, MCP config, bounties, fleet, genesis_forge, payment model, and more. Free, no API key needed. Use this to orient yourself before calling other tools — the clerk gives exact curl commands and next steps. Returns: { answer: string, latency_ms }
    Connector
  • Returns instructions for migrating to PropelAuth in a backend framework such as Express, FastAPI, Go, and more; Guidance includes migrating from either Clerk or Auth0. Each guidance will include documentation from the auth provider and PropelAuth. It is important to follow the instructions carefully to ensure a successful integration. It is important to call each guidance individually to ensure a successful integration. IMPORTANT: The backend_framework choice depends on the current auth provider implementation, not just the language. Select 'OAuth' if the backend currently handles the login flow using redirects (e.g., uses express-openid-connect or passport). Select any other option only if the current backend is a pure API that validates JWTs without managing the redirect-based login session. This excludes fullstack Next.js implementations.
    Connector

Matching MCP Servers