
Kodey Ai Salesforce Mcp Minimal
Pull accounts, contacts, and opportunities via SOQL through MCP when prototyping CRM-aware product features.
Overview
ai.smithery/kodey-ai-salesforce-mcp-minimal is an MCP server for the Build phase that runs SOQL to access accounts, contacts, opportunities, and related Salesforce data.
What is this MCP server?
- SOQL access to accounts, contacts, opportunities, and related Salesforce data
- Minimal remote footprint for essential CRM exploration
- Smithery streamable-http endpoint with Bearer {smithery_api_key}
- Version 1.0.0 server metadata from kodey-ai/salesforce-mcp
- Suited to solo builders who only need core object reads in the agent
- Server version 1.0.0
- Focus objects: accounts, contacts, opportunities (per listing description)
- Endpoint: @kodey-ai/salesforce-mcp-minimal/mcp on server.smithery.ai
What problem does it solve?
You only need core CRM objects in your agent but full Salesforce UIs and bloated tool lists slow down a solo build.
Who is it for?
Indie SaaS builders touching accounts, contacts, and opportunities without enterprise CRM middleware.
Skip if: Implementations requiring custom objects-only tooling, heavy metadata API edits, or offline bulk export at scale.
What do I get? / Deliverables
You get a minimal MCP path to query standard sales objects and use those rows while coding integrations or summaries.
- SOQL results for core Salesforce sales objects
- Agent-grounded CRM samples for feature development
- Minimal remote MCP configuration on Smithery
Recommended MCP Servers
Journey fit
How it compares
Lean SOQL MCP for core CRM objects, not a complete Salesforce admin or Apex development environment.
Common Questions / FAQ
Who is ai.smithery/kodey-ai-salesforce-mcp-minimal for?
Solo builders who need agent-readable Salesforce data on accounts, contacts, and opportunities via a minimal Smithery MCP package.
When should I use ai.smithery/kodey-ai-salesforce-mcp-minimal?
Use it during build when you prototype features that read standard CRM entities and want SOQL executed from Claude Code or Cursor.
How do I add ai.smithery/kodey-ai-salesforce-mcp-minimal to my agent?
Register https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp as a streamable-http MCP server and set Authorization to Bearer {smithery_api_key}.