Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Salesforce Metadata MCP
  4. vs Apitier MCP Server
Side-by-Side Model Context Protocol Comparison

Salesforce Metadata MCP vs Apitier MCP Server

In-depth architectural comparison of the Salesforce Metadata MCP and Apitier MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Salesforce Metadata MCP
Developer Tools · Local stdio
Quality: 57/100 (Good) | Auth: No auth required
Apitier MCP Server
Developer Tools · Local stdio
Quality: 48/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Salesforce Metadata MCP if you need specialized Developer Tools tools running via a local process. Choose Apitier MCP Server if your workspace requires Developer Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

S

Choose Salesforce Metadata MCP when:

  • You need dedicated capabilities in the Developer Tools domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: sf_create_custom_object, sf_create_custom_field, sf_create_formula_field.
Explore Salesforce Metadata MCP Details
Apitier MCP Server logo

Choose Apitier MCP Server when:

  • You need dedicated capabilities in the Developer Tools domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: kyc_onboard_uk, verify_uk_address, lookup_uprn.
Explore Apitier MCP Server Details

Feature & Specification Comparison

Specification
S
Salesforce Metadata MCP
Developer Tools
Apitier MCP Server logo
Apitier MCP Server
Developer Tools
Summary
Category & ScopeDeveloper ToolsDeveloper Tools
Quality signal

Tools & Capabilities Breakdown

Salesforce Metadata MCP Tools (80)

sf_create_custom_object
Create a custom object with all settings
sf_create_custom_field
Create a field on any object (all types)
sf_create_formula_field
Create formula fields with full formula language support
sf_add_picklist_values
Add values to existing picklist fields
sf_create_custom_metadata_type
Create a Custom Metadata Type (__mdt)
sf_create_custom_metadata_record

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Salesforce Metadata MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "salesforce-metadata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "salesforce-metadata-mcp"
      ]
    }
  }
}
Apitier MCP Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "mcp-server-89": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

Frequently Asked Questions

Salesforce Metadata MCP is categorized under Developer Tools and uses a local stdio subprocess. In contrast, Apitier MCP Server belongs to Developer Tools using local stdio subprocess. Select Salesforce Metadata MCP when you need capabilities focused on developer tools and Apitier MCP Server when you require tools for developer tools.

More alternatives to Salesforce Metadata MCPMore alternatives to Apitier MCP ServerDeveloper Tools category hubCanonical compare URL

Related MCP Server Comparisons

Popular comparisons with Salesforce Metadata MCP

  • Claude Task Master logoSalesforce Metadata MCP vs Claude Task Master
  • Andrea9293 MCP logoSalesforce Metadata MCP vs Andrea9293 MCP
  • UI5 MCP Server logoSalesforce Metadata MCP vs UI5 MCP Server
  • Fivetran MCP logoSalesforce Metadata MCP vs Fivetran MCP

Popular comparisons with Apitier MCP Server

57/100 (Good)
48/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 0 views 0 copies 0 upvotes 2 stars 2 views 0 copies 0 upvotes 0 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Salesforce Metadata MCP ListingView Apitier MCP Server Listing
Create records for a Custom Metadata Type
sf_create_custom_label
Create or update Custom Labels
sf_create_custom_setting
Create Hierarchy or List Custom Settings
sf_create_global_value_set
Create shared picklist usable across objects
sf_create_record_type
Create Record Types with picklist overrides
sf_create_business_process
Create Business Processes for Opp/Lead/Case
sf_create_page_layout
Create Page Layouts with sections and fields
+68 more tools listed on main page

Apitier MCP Server Tools (14)

kyc_onboard_uk
Full UK business onboarding check in one call.** Validates VAT, verifies Companies House, retrieves PSC (beneficial owners), and confirms the registered address. Returns `PASS / REVIEW / FAIL`, a risk score, and the full data bundle. Requires `postcode` + `vat` + `leadAgent` subscriptions.
verify_uk_address
Verify a UK address against Royal Mail PAF — returns canonical address, UPRN, UDPRN, and per-delivery-point geocode
lookup_uprn
Look up a full AddressBase record by UDPRN — returns UPRN, PAF canonical address, coordinates. Use UDPRN from `verify_uk_address
lookup_uk_postcode
UK postcode → full PAF address list + district, ward, county, country, and geocode
verify_uk_company
Look up a UK company on Companies House by name or number — status, address, SIC codes, filing health
get_company_psc
Persons with Significant Control register for a UK company — required for AML beneficial ownership checks
validate_sort_code
Validate a UK sort code and optionally a bank account number (Vocalink modulus check). No API key required.
validate_vat
Validate UK and EU VAT numbers — checks HMRC for GB numbers, EU VIES for all other country prefixes. Returns registered business name and address. Accepts any country prefix (e.g. `GB123456789`, `DE123456789`, `FR12345678901`).
validate_email
Validate email — syntax, MX, SMTP reachability, disposable domain check. Works for any email address globally.
validate_phone
Validate and parse phone numbers — accepts any international format, returns country, carrier, and line type.
lookup_india_pincode
Indian PIN code → state / district / town
generate_barcode
Generate barcode image (Code128, EAN-13, UPC, and more)
+2 more tools listed on main page
Claude Task Master logo
Apitier MCP Server vs Claude Task Master
  • Andrea9293 MCP logoApitier MCP Server vs Andrea9293 MCP
  • UI5 MCP Server logoApitier MCP Server vs UI5 MCP Server
  • Echo MCP logoApitier MCP Server vs Echo MCP
  • The only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 228 total.
    APITier utility APIs as MCP tools: validation, UK/India address lookup, barcode/QR, data conversion.