Skip to content

Issue: Affinity MCP Integration on Claude #1517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pHequals7 opened this issue Apr 2, 2025 · 3 comments
Open

Issue: Affinity MCP Integration on Claude #1517

pHequals7 opened this issue Apr 2, 2025 · 3 comments

Comments

@pHequals7
Copy link

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

  1. Attempted to connect to Affinity using AFFINITY_INITIATE_CONNECTION with a valid API key
  2. Verified the required parameters using AFFINITY_GET_REQUIRED_PARAMETERS
  3. Confirmed that the API key format matches the required parameter format
  4. 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
@abhishekpatil4
Copy link
Contributor

@pHequals7 Thanks for reporting this, team is taking a look into it

@pHequals7
Copy link
Author

any updates on this folks?

@alt-glitch
Copy link
Collaborator

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.

Thank you for raising this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants