You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affinity API Integration Not Working with Valid API Key
Description
Issue
I'm unable to establish a connection to Affinity using the MCP function integration despite providing a valid API key. The system keeps returning an error about missing test connectors.
Steps to Reproduce
Attempted to connect to Affinity using AFFINITY_INITIATE_CONNECTION with a valid API key
Verified the required parameters using AFFINITY_GET_REQUIRED_PARAMETERS
Confirmed that the API key format matches the required parameter format
Tried multiple approaches to establish the connection
Error Messages
When using AFFINITY_INITIATE_CONNECTION:
{
"data": {},
"error": "No test connectors found for the tool. Please use get_req_params action to fetch the required parameters to initiate connection.",
"successfull": false,
"successful": false
}
When trying to directly access data with AFFINITY_GET_METADATA_ON_ALL_LISTS:
{
"error": "Could not find a connection with app='affinity' and entity='default'",
"successful": true,
"data": {}
}
Environment
Using Claude 3.7 Sonnet with MCP integration
Successfully authenticated to Affinity via the web interface
API key was obtained from Affinity account settings
Expected Behavior
The connection should be established successfully, allowing me to query Affinity data through the API.
Additional Context
The browser-based authentication worked correctly, but the API-based authentication fails consistently. This suggests there might be an issue with how the Affinity connector is configured in the MCP system.
Labels
bug
integration
affinity
The text was updated successfully, but these errors were encountered:
Hey @pHequals7!
I was able to reproduce it. I'll keep you posted on the progress of improving the experience for authenticating with API keys using our MCP servers.
Title
Affinity API Integration Not Working with Valid API Key
Description
Issue
I'm unable to establish a connection to Affinity using the MCP function integration despite providing a valid API key. The system keeps returning an error about missing test connectors.
Steps to Reproduce
AFFINITY_INITIATE_CONNECTION
with a valid API keyAFFINITY_GET_REQUIRED_PARAMETERS
Error Messages
When using
AFFINITY_INITIATE_CONNECTION
:When trying to directly access data with
AFFINITY_GET_METADATA_ON_ALL_LISTS
:Environment
Expected Behavior
The connection should be established successfully, allowing me to query Affinity data through the API.
Additional Context
The browser-based authentication worked correctly, but the API-based authentication fails consistently. This suggests there might be an issue with how the Affinity connector is configured in the MCP system.
Labels
The text was updated successfully, but these errors were encountered: