Overview
Use Cases
Connectors
Authentication
Getting Started with the Python SDK
API
API Reference
ai_agents
ai_chat
algorithm
annotations
application_connectors
deleteApplicationConnector
getConnectorAuth
getUserConnectorAuth
getUserMcpConnectorAuth
listApplicationConnectorObjects
listApplicationConnectors
renameApplicationConnector
verifyApplicationConnector
batch_prediction
code_completion
custom_loss_function
custom_metric
database_connectors
dataset
deployment
deployment_conversations
docstore
document_retrievers
documentation
eda
external_app
feature_drift
feature_group
feature_group_row_process
feature_group_template
file_connectors
graph_dashboard
holdout_analysis
llm_apps
mcp_server_connections
model
model_monitoring
module
natural_language_explanation
organization
pipelines
predict
prediction_operator
project
python_function
refresh
routellm
secrets
streaming
streaming_connectors
upload
user
webhooks
API Classes
API Inputs
Documentation Chat Bot
API Search
How to
API
>
API Reference
>
application_connectors
>
getUserMcpConnectorAuth
Copied URL to clipboard
×
Method
getUserMcpConnectorAuth
GET
Copy
GET
Get the auth for a MCP connector
Arguments:
REQUIRED
KEY
TYPE
DESCRIPTION
No
mcpServerName
str
The name of the MCP server
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
Response:
KEY
TYPE
DESCRIPTION
success
Boolean
true if the call succeeded, false if there was an error
result
ApplicationConnector
KEY
TYPE
Description
applicationConnectorId
str
The unique ID for the connection.
service
str
The service this connection connects to
serviceName
str
For OAuth services, the specific provider name (e.g., 'spotify')
name
str
A user-friendly name for the service
createdAt
str
When the API key was created
status
str
The status of the Application Connector
auth
dict
Non-secret connection information for this connector
Language:
python
curl