
Kodey Ai Salesforce Mcp Server
Explore Salesforce objects, fields, and records via SOQL in the agent to inform integrations and lightweight insights.
Overview
ai.smithery/kodey-ai-salesforce-mcp-server is an MCP server for the Build phase that runs SOQL to explore Salesforce objects, fields, and records and return insights to your agent.
What is this MCP server?
- SOQL queries against your org to retrieve records and operational insights
- Explore Salesforce objects and fields from the agent context
- Streamable-http Smithery remote with Bearer authentication
- Version 1.0.0; source github.com/kodey-ai/salesforce-mcp
- Supports record exploration workflows for integration and support tooling
- Declared version 1.0.0
- MCP $schema: 2025-09-16 server.schema.json
- Remote: server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp
What problem does it solve?
Understanding which Salesforce objects and fields matter for your feature requires context switching away from the agent that is writing the integration.
Who is it for?
Builders doing schema-aware CRM integrations who want a named server listing with explore-and-retrieve SOQL tooling.
Skip if: Organizations that block third-party MCP remotes or need only packaged Salesforce reports without custom queries.
What do I get? / Deliverables
Your agent can query the org, inspect structure through SOQL results, and align code with real records in one workflow.
- Org queries returning records and field-level context
- Faster object exploration during Salesforce integration builds
- Active streamable-http MCP server URL in your agent config
Recommended MCP Servers
Journey fit
How it compares
Full explore-and-retrieve Salesforce MCP server listing, not the minimal accounts-contacts-only slice or a generic SQL database plugin.
Common Questions / FAQ
Who is ai.smithery/kodey-ai-salesforce-mcp-server for?
Solo developers and small teams using MCP agents who need SOQL-based exploration of Salesforce objects, fields, and records via Smithery.
When should I use ai.smithery/kodey-ai-salesforce-mcp-server?
Use it while building CRM-connected products when you must retrieve records and sanity-check object structure before shipping.
How do I add ai.smithery/kodey-ai-salesforce-mcp-server to my agent?
Add MCP remote https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp with Authorization Bearer {smithery_api_key} in your client, then enable the server for tool use.