This MCP server contains 36 operations which is significantly more than the recommended maximum of tools for most AI clients.
Seek a simplified MCP server that utilizes the official n8n tool implementation for Account if available, or an MCP server with only common operations as it will be more efficient and easier to manage.
BEFORE adding this MCP server to your client:
AFTER adding the MCP server to your client:
1.Selective tool enabling - Instead of enabling all tools (default), manually select only the specific tools you need for that Workflow's MCP client.
2. Monitor performance - Too many tools can slow down AI responses
Keep maximum 40 enabled tools - Most AI clients perform better with fewer tools
Group related operations and only enable one group at a time
Use the overview note to understand what each operation group does
Ping me on discord if your business needs this implemented professionally
This workflow converts the Account API into an MCP-compatible interface for AI agents.
• MCP Trigger: Serves as your server endpoint for AI agent requests
• HTTP Request Nodes: Handle API calls to https://api.ebay.com{basePath}
• AI Expressions: Automatically populate parameters via $fromAI()
placeholders
• Native Integration: Returns responses directly to the AI agent
• GET /advertising_eligibility: Check Advertising Eligibility
• GET /custom_policy/: Update Custom Policy
• POST /custom_policy/: Create/Search Custom Policy
• GET /custom_policy/{custom_policy_id}: Get {Custom Policy Id}
• PUT /custom_policy/{custom_policy_id}: Update {Custom Policy Id}
• GET /fulfillment_policy: Update Fulfillment Policy
• POST /fulfillment_policy/: Create/Search Fulfillment Policy
• GET /fulfillment_policy/get_by_policy_name: This method retrieves the details for a specific fulfillment policy
• DELETE /fulfillment_policy/{fulfillmentPolicyId}: This method deletes a fulfillment policy
• GET /fulfillment_policy/{fulfillmentPolicyId}: This method retrieves the complete details of a fulfillment policy
• PUT /fulfillment_policy/{fulfillmentPolicyId}: This method updates an existing fulfillment policy
• GET /kyc: Check KYC Status
• GET /payment_policy: Update Payment Policy
• POST /payment_policy: Create/Search Payment Policy
• GET /payment_policy/get_by_policy_name: This method retrieves the details of a specific payment policy
• DELETE /payment_policy/{payment_policy_id}: This method deletes a payment policy
• GET /payment_policy/{payment_policy_id}: This method retrieves the complete details of a payment policy
• PUT /payment_policy/{payment_policy_id}: This method updates an existing payment policy
• GET /payments_program/{marketplace_id}/{payments_program_type}: Get {Payments Program Type}
• GET /payments_program/{marketplace_id}/{payments_program_type}/onboarding: Get Onboarding
• GET /privilege: Get Seller Privileges
• GET /program/get_opted_in_programs: List Opted-In Programs
• POST /program/opt_in: Opt In to Program
• POST /program/opt_out: Opt Out of Program
• GET /rate_table: List Shipping Rate Tables
• GET /return_policy: Update Return Policy
• POST /return_policy: Create/Search Return Policy
• GET /return_policy/get_by_policy_name: This method retrieves the details of a specific return policy
• DELETE /return_policy/{return_policy_id}: This method deletes a return policy
• GET /return_policy/{return_policy_id}: Get {Return Policy Id}
• PUT /return_policy/{return_policy_id}: This method updates an existing return policy
• GET /sales_tax: Update Sales Tax Rate
• DELETE /sales_tax/{countryCode}/{jurisdictionId}: This call deletes a sales tax table entry for a jurisdiction
• GET /sales_tax/{countryCode}/{jurisdictionId}: This call gets the current sales tax table entry for a specific tax jurisdiction
• PUT /sales_tax/{countryCode}/{jurisdictionId}: This method creates or updates a sales tax table entry for a jurisdiction
• GET /subscription: List Subscriptions
Parameter Handling: AI agents automatically provide values for:
• Path parameters and identifiers
• Query parameters and filters
• Request body data
• Headers and authentication
Response Format: Native Account API responses with full data structure
Error Handling: Built-in n8n HTTP request error management
Connect this MCP server to any AI agent or workflow:
• Claude Desktop: Add MCP server URL to configuration
• Cursor: Add MCP server SSE URL to configuration
• Custom AI Apps: Use MCP URL as tool endpoint
• API Integration: Direct HTTP calls to MCP endpoints
• Zero Setup: No parameter mapping or configuration needed
• AI-Ready: Built-in $fromAI()
expressions for all parameters
• Production Ready: Native n8n HTTP request handling and logging
• Extensible: Easily modify or add custom logic
🆓 Free for community use! Ready to deploy in under 2 minutes.