PropelAuth Integration MCP Server
Server Details
The PropelAuth Integration MCP Server helps you and your favorite AI agent integrate PropelAuth as quickly and easily as possible into your project. Whether you're integrating PropelAuth into your Next.js project or your FastAPI backend, the Integration MCP Server will ensure your AI agent has the best context possible for a successful integration.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 5 of 5 tools scored.
The tools are mostly distinct with clear boundaries: three are for integration (backend, frontend, fullstack), and two are for API usage (backend APIs, custom UIs). However, there is some potential confusion between 'integrate_propelauth_frontend' and 'integrate_propelauth_fullstack' as both handle frontend aspects, with the descriptions clarifying the distinction based on Next.js usage. This minor overlap prevents a perfect score.
The naming follows a consistent pattern of 'integrate_propelauth_' for integration tools and 'propelauth_' for API tools, all using snake_case. However, there is a slight inconsistency: 'integrate_propelauth_backend' and 'propelauth_backend_api' both refer to backend but use different prefixes, which could be confusing. This deviation is minor, so the score is high but not perfect.
With 5 tools, the count is well-scoped for a PropelAuth integration server. It covers key areas: backend integration, frontend integration, fullstack integration, backend APIs, and custom UIs. Each tool serves a distinct purpose without redundancy, making the set efficient and manageable for agents.
The tool set provides comprehensive coverage for integrating and using PropelAuth, including installation, configuration, and API examples. However, there are minor gaps: for instance, tools for monitoring, error handling, or advanced customization (e.g., webhook setup) are not included, which might require workarounds. Overall, it supports core workflows effectively.
Available Tools
5 toolsintegrate_propelauth_backendPropelAuth Backend Framework IntegrationARead-onlyIdempotentInspect
Returns instructions for integrating PropelAuth in a backend framework such as Python, FastAPI, Django, Flask, Rust, Node, Go, Express, and .NET. Guidance includes installation and configuration, protecting API routes, and checking org membership and permissions. It is important to follow the instructions carefully to ensure a successful integration. Do not update the guidance argument unless the user explicitly requests it.
| Name | Required | Description | Default |
|---|---|---|---|
| guidance | No | ||
| backend_framework | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool returns (instructions) and includes an important behavioral constraint about not updating the guidance argument without explicit user request. However, it doesn't cover other behavioral aspects like response format, error handling, or whether this is a read-only operation versus something that might trigger actual integration actions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with three sentences that each serve a distinct purpose: stating the tool's function, listing what it covers, and providing an important usage constraint. It's front-loaded with the core purpose. The only minor issue is some redundancy in listing frameworks both in the description and schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that an output schema exists (so return values are documented elsewhere), 2 parameters with 0% schema coverage, and no annotations, the description provides good contextual coverage. It explains what the tool does, what parameters relate to, and includes an important behavioral constraint. The main gap is lack of explicit sibling tool differentiation and some behavioral aspects not covered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaningful context for parameters beyond what the schema provides. While the schema has 0% description coverage, the description explains that 'guidance' relates to specific integration aspects (installation, protecting routes, checking membership) and 'backend_framework' includes various technology options. For a tool with 2 parameters and 0% schema coverage, this provides good compensation, though it doesn't fully detail all enum values or parameter interactions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Returns instructions for integrating PropelAuth in a backend framework' with specific examples of frameworks and integration aspects. It distinguishes from sibling tools by focusing on backend integration rather than frontend, fullstack, API, or UI tools. However, it doesn't explicitly contrast with each sibling by name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool: for backend integration guidance across multiple frameworks. It includes a specific constraint: 'Do not update the guidance argument unless the user explicitly requests it.' However, it doesn't explicitly mention when NOT to use it or name alternative tools from the sibling list for different integration needs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
integrate_propelauth_frontendPropelAuth Frontend Framework IntegrationARead-onlyIdempotentInspect
Returns instructions for integrating PropelAuth in a frontend framework such as React, JavaScript, TypeScript, or when using Next.js for just the frontend (e.g. client-side rendered, optionally with API calls; use the integrate_propelauth_fullstack tool for fullstack integration that uses server-side rendering). Guidance includes installation and configuration, creating access tokens, retrieving user or org information, logging users out, redirecting users to login, and more. It is important to follow the instructions carefully to ensure a successful integration. Do not update the guidance argument unless the user explicitly requests it
| Name | Required | Description | Default |
|---|---|---|---|
| guidance | No | ||
| frontend_framework | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool returns (instructions for integration) and mentions the importance of following instructions carefully, but lacks details about authentication requirements, rate limits, error handling, or response format. The description adds some context but doesn't fully compensate for the absence of annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded with the core purpose. The first sentence clearly states what the tool does. However, the final sentence about not updating the guidance argument could be more concise, and some phrasing ('It is important to follow...') adds minor redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (frontend integration guidance), 0% schema coverage, no annotations, but with an output schema present, the description is moderately complete. It covers purpose, scope, and sibling differentiation well, but lacks parameter explanations and behavioral details. The output schema likely handles return values, but the description doesn't mention what the instructions look like or their format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage for 2 parameters, the description must compensate but provides minimal parameter information. It mentions the 'guidance' parameter only in a cautionary note ('Do not update the guidance argument unless...'), and doesn't explain the 'frontend_framework' parameter at all. The description lists integration topics but doesn't map them to parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Returns instructions for integrating PropelAuth in a frontend framework' with specific examples (React, JavaScript, TypeScript, Next.js frontend). It distinguishes from sibling integrate_propelauth_fullstack by specifying 'just the frontend' vs. fullstack integration.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool vs. alternatives: 'use the integrate_propelauth_fullstack tool for fullstack integration that uses server-side rendering.' It also mentions the tool's scope (frontend integration) and includes a caution about not updating the guidance argument without explicit user request.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
integrate_propelauth_fullstackPropelAuth Fullstack Framework IntegrationARead-onlyIdempotentInspect
Returns instructions for integrating PropelAuth in a fullstack Nextjs App Router or Nextjs Pages Router application. If the user is using Next.js as just a frontend (e.g. client-side rendered with or without server routes), use the integrate_propelauth_frontend tool. Guidance includes installation and configuration, retrieving user or org information, logging users out, redirecting users to login, and more. Do not update the guidance argument unless the user explicitly requests it.
| Name | Required | Description | Default |
|---|---|---|---|
| guidance | No | ||
| fullstack_framework | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It describes what the tool returns ('instructions for integrating PropelAuth') and lists topics covered ('installation and configuration, retrieving user or org information, logging users out, redirecting users to login, and more'), but doesn't disclose behavioral traits like rate limits, authentication requirements, or error handling. The description adds some context but lacks comprehensive behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded with the core purpose in the first sentence. The second sentence provides crucial usage guidance, and the third adds an important behavioral note. Each sentence earns its place, though it could be slightly more structured (e.g., bullet points for the listed topics).
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (integration instructions for fullstack applications), no annotations, and an output schema (which handles return values), the description is reasonably complete. It covers purpose, usage guidelines, scope of guidance, and a behavioral constraint. However, it could better address parameter semantics given the 0% schema coverage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It mentions the 'guidance' parameter indirectly ('Do not update the guidance argument unless the user explicitly requests it') and implies the 'fullstack_framework' parameter through context ('Nextjs App Router or Nextjs Pages Router'), but doesn't explicitly explain parameter meanings, enums, or usage. The description adds marginal value but doesn't fully compensate for the schema coverage gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Returns instructions for integrating PropelAuth in a fullstack Nextjs App Router or Nextjs Pages Router application.' It specifies the verb ('returns instructions'), resource ('integrating PropelAuth'), and scope ('fullstack Nextjs'), distinguishing it from sibling tools like integrate_propelauth_frontend.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidance: 'If the user is using Next.js as just a frontend (e.g. client-side rendered with or without server routes), use the integrate_propelauth_frontend tool.' It clearly states when to use this tool versus an alternative, and includes a caution about not updating the guidance argument unless explicitly requested.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
propelauth_backend_apiPropelAuth Backend APIARead-onlyIdempotentInspect
Returns instructions and provides examples for using PropelAuth's backend APIs. Examples include APIs for users, organizations, Enterprise SSO (SAML/OIDC), API Keys, and Step Up MFA/2FA. Before using this tool, make sure you have installed PropelAuth's backend SDK for your framework (use the 'integrate_propelauth_backend' tool). If an SDK is not available for your framework, you can use the 'Other' option for the framework argument.
| Name | Required | Description | Default |
|---|---|---|---|
| guidance | No | ||
| framework | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions the tool 'returns instructions and provides examples,' it doesn't specify the format (text, code snippets, documentation links), whether this is a read-only operation, or any limitations (rate limits, authentication requirements). For a tool with no annotation coverage, this leaves significant behavioral questions unanswered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with three sentences. The first sentence states the core purpose, the second provides prerequisite guidance, and the third offers an alternative path. Each sentence earns its place, though the first sentence could be slightly more specific about the output format.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema (which should document return values), the description doesn't need to explain return values. However, for a tool with 2 parameters (one with 60+ enum values), 0% schema description coverage, and no annotations, the description should do more to explain parameter purposes and behavioral expectations. The prerequisite guidance is good, but the parameter semantics gap is significant.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains the 'framework' parameter's purpose (selecting the backend SDK framework) and mentions the 'Other' option when no SDK is available. However, it doesn't explain the 'guidance' parameter at all - despite it having 60+ enum values representing different API operations. The description adds some value but doesn't fully compensate for the schema coverage gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Returns instructions and provides examples for using PropelAuth's backend APIs' with specific examples of API categories. It distinguishes itself from sibling tools by focusing on backend API guidance rather than integration or UI tools. However, it doesn't specify the exact format of what's returned (instructions vs. code examples).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidance: 'Before using this tool, make sure you have installed PropelAuth's backend SDK for your framework (use the 'integrate_propelauth_backend' tool).' It names the specific prerequisite tool and provides an alternative path ('Other' option) when no SDK is available. This gives clear when-to-use and prerequisite information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
propelauth_custom_uiPropelAuth Custom UIARead-onlyIdempotentInspect
Returns instructions and provides examples for using PropelAuth's frontend APIs to create custom UIs to replace PropelAuth's hosted pages. Examples include login and signup pages, MFA flows, managing organizations, inviting, removing, or updating users in an organization, managing and creating API keys, updating the user's email, verifying MFA, the org member table, api key tables, updating user properties, updating org membership, and more. Before installing any component, make sure to use the 'Installation' guidance first. If instructed to build a login or signup related UI, use the 'LOGIN_AND_SIGNUP_INSTALLATION' guidance first.
| Name | Required | Description | Default |
|---|---|---|---|
| guidance | No | ||
| framework | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool returns ('instructions and provides examples') and mentions prerequisite guidance, but doesn't disclose important behavioral traits: whether this is a read-only operation, what format the instructions/examples come in, whether there are rate limits or authentication requirements, or what happens if parameters are omitted. For a tool with no annotation coverage, this leaves significant gaps in understanding how the tool behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately front-loaded with the core purpose in the first sentence, but becomes somewhat list-heavy with the extensive examples. The prerequisite guidance sentences are important but could be more integrated. Overall, it's reasonably concise for the complexity but could be more structured, with some redundancy in the examples list that overlaps with the schema's enum values.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (multiple guidance options across frameworks), no annotations, and an output schema (which handles return values), the description provides good contextual coverage. It explains the purpose, gives extensive examples of what guidance is available, and specifies important prerequisites. The main gap is lack of behavioral transparency about how the tool operates, but with an output schema present, the description doesn't need to explain return values.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, so the description must compensate. While it doesn't explicitly mention the 'guidance' or 'framework' parameters by name, it provides substantial context about what guidance is available through the extensive list of examples (login/signup pages, MFA flows, managing organizations, etc.) and mentions frameworks implicitly through the prerequisite guidance references. This gives meaningful semantic context about what the tool can provide, though it doesn't map directly to parameter names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Returns instructions and provides examples for using PropelAuth's frontend APIs to create custom UIs to replace PropelAuth's hosted pages.' It specifies the verb ('returns instructions and provides examples') and resource ('PropelAuth's frontend APIs'), and distinguishes it from backend/fullstack siblings by focusing on frontend UI guidance. However, it doesn't explicitly differentiate from 'integrate_propelauth_frontend' which might cover similar ground.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool: for building custom UIs to replace hosted pages, with specific examples like login/signup pages and MFA flows. It includes explicit prerequisites: 'Before installing any component, make sure to use the 'Installation' guidance first' and 'If instructed to build a login or signup related UI, use the 'LOGIN_AND_SIGNUP_INSTALLATION' guidance first.' However, it doesn't explicitly state when NOT to use this tool versus alternatives like the sibling 'integrate_propelauth_frontend' tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!