Manage your MCP servers in one place

Build tools with a code editor, track every request with real-time analytics, and lock down access with four security modes, all from a single dashboard.

Free tier available · No credit card required

get_repo_stats.js
const res = await sdk.http({
  method: "GET",
  url   : `https://api.github.com/repos/${params.repo}`,
  headers: {
    Authorization: `Bearer ${env.GITHUB_TOKEN}`
  }
});

const data = JSON.parse(res.body());

return {
  stars   : data.stargazers_count,
  forks   : data.forks_count,
  language: data.language,
};
ReadyJavaScript · 14 lines
10K+
Tools created
99.9%
Uptime SLA
< 30s
Deploy time
4
Auth modes

How it works

From zero to a working MCP server in minutes

Step 01

Create an MCP server

Give your server a name and choose an access mode: Public, API Key, OAuth 2.0, or Bearer Token. Your endpoint is ready in seconds.

Step 02

Write a tool in JavaScript

Connect to any API or database using sdk.http() and sdk.db(). Store credentials as encrypted secrets, reference them as env.KEY. Test with real parameters before going live.

Step 03

Point your AI to the endpoint

Copy the server URL into your AI client. Every call is logged, every error is captured, and usage is tracked automatically.

Tool Builder

A professional IDE, inside your browser

Write, test, and deploy MCP tools without leaving the platform. AI generates your code. Test it instantly. One click to go live.

Tool Builder
MCPCore Tool Builder IDE

Full IDE in the browser

Professional-grade code editor with autocomplete, syntax highlighting, and live cursor tracking. No local setup needed.

AI-assisted generation

Describe what your tool should do in plain language. The AI agent generates the code, parameters, and name for you.

Instant live testing

Fill in parameter values and run your tool in a secure, isolated environment. Logs stream in real time so you see exactly what your AI will receive.

Visual parameter builder

Define typed input parameters with a drag-and-drop panel. String, number, boolean, object, or array, with optional flags and descriptions.

Security

Access control that fits how you work

Every MCP server gets its own security mode. Mix and match across servers: a public demo server alongside a production server locked behind OAuth.

Access secrets inside your tool code

const apiKey = env.OPENAI_KEY;
const connStr = env.DB_CONNECTION_STRING;

Values are encrypted with AES-256 at rest. Never visible in logs or responses.

Public

No authentication. Anyone with the server URL can call your tools. Ideal for open demos and public datasets.

No auth header needed
API Key

A per-server key generated from the dashboard. Clients pass it as a request header. Revoke and rotate anytime.

X-API-Key: sk-xxxxxxxxxx
OAuth 2.0

Delegate auth to your identity provider. Only users who complete the OAuth flow can call your server.

Authorization: Bearer <oauth_token>
Bearer Token

Validate signed JWTs on every request. Fine-grained control over expiry, scopes, and who has access.

Authorization: Bearer <your_jwt>

Features

Built for every part of the MCP lifecycle

Write code, connect anything

Tools are plain JavaScript. Use sdk.http() to call any REST API, sdk.db() to query a database, or sdk.lodash for data transformation. Reference secrets as env.MY_KEY with no config files or boilerplate.

Test before you ship

Fill in your tool's parameters and hit Run. Logs stream in real time and you see the exact output your AI will receive, all without deploying or leaving the page.

Encrypted secrets

Store API keys and tokens encrypted with AES-256. Reference them in your tool code as env.MY_KEY. They are never hardcoded, never visible in logs, never exposed in responses.

Error reporting

Every failed execution captures the full stack trace, input parameters, and runtime logs. Jump straight to the problem instead of guessing what went wrong.

4 security modes

Choose per server: Public, API Key, OAuth 2.0, or Bearer Token. Lock down production without touching your tool code. Mix modes across different servers.

Real-time analytics

Track requests, latency, and cost per server in real time. Daily and hourly breakdowns, top tools by call volume, and geographic traffic distribution.

Integrations

Ready-made configs for every AI client

Each server generates copy-paste configuration for 5 major AI clients. No manual URL construction, no header guessing. Just copy and connect.

claude_desktop_config.json
{
  "mcpServers": {
    "demoMcpServer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://demo.mcpcore.io/mcp"
      ]
    }
  }
}
ReadyJSON · 12 lines

Why MCPCore

Stop wrestling with infrastructure. Start building tools.

Other approaches require CLI tooling, GitHub repos, and DevOps pipelines. MCPCore gives you a browser IDE, one-click deploy, and built-in everything.

Setup time
Framework-based:30–60 min
Edge platform:30–60 min
Self-hosted SDK:Hours to days
MCPCore:Minutes
CLI / local tooling
Framework-based:pip / npm CLI
Edge platform:Wrangler CLI
Self-hosted SDK:npm + Docker + infra
MCPCore:None (browser only)
GitHub repo required
Framework-based:Yes (for cloud deploy)
Edge platform:Recommended
Self-hosted SDK:Self-managed CI/CD
MCPCore:No
Web-based code editor
Framework-based:No
Edge platform:Basic (not MCP-aware)
Self-hosted SDK:No
MCPCore:Yes (full IDE)
AI-assisted tool generation
Framework-based:No
Edge platform:No
Self-hosted SDK:No
MCPCore:Yes (AI Agent)
Built-in MCP analytics
Framework-based:No (paid add-on only)
Edge platform:No (generic metrics only)
Self-hosted SDK:No (build from scratch)
MCPCore:Yes (per-server & per-tool)
Visual security config
Framework-based:No (code auth hooks)
Edge platform:No (manual OAuth code)
Self-hosted SDK:No (implement yourself)
MCPCore:Yes (toggle between 4 modes)
Instant subdomain
Framework-based:No
Edge platform:No (route config)
Self-hosted SDK:No (DNS + TLS setup)
MCPCore:Yes (name.mcpcore.io)
Deployment
Framework-based:Push to GitHub + cloud config
Edge platform:CLI deploy command
Self-hosted SDK:Container + registry + infra
MCPCore:One click from browser
Rate limiting
Framework-based:Code it yourself
Edge platform:Code it yourself
Self-hosted SDK:Code it yourself
MCPCore:Built-in (visual config)

In action

No fluff. Just the product.

Pulled directly from the live platform. Not a single pixel is mocked up.

Tools, traffic, secrets, and settings in one place.

The server detail page shows your tools, recent logs, endpoint URL, and security configuration on a single screen. No jumping between tabs to get the full picture.

app.mcpcore.io
Server overview

Pricing

Simple, transparent pricing

Free

For developers getting started with MCP.

Free
  • MCP Servers (1)
  • Tool Calls (10K / mo)
  • AI Tool Builder
  • Analytics (Basic)
  • Support (Community)

Basic

For developers building real integrations.

$9.99/ mo
  • MCP Servers (10)
  • Tool Calls (200K / mo)
  • AI Tool Builder
  • Analytics (Basic)
  • Support (Email)

Pro

Popular

For teams that need scale and visibility.

$29.99/ mo
  • MCP Servers (30)
  • Tool Calls (Unlimited)
  • AI Tool Builder
  • Analytics (Advanced)
  • Support (Priority)

Enterprise

Custom solutions with dedicated support.

Custom
  • MCP Servers (Unlimited)
  • Tool Calls (Unlimited)
  • AI Tool Builder
  • Analytics (Advanced)
  • Support (Dedicated)

Full Feature Comparison

See everything included in each plan

FeatureFreeBasicProEnterprise
MCP Servers
11030Unlimited
Tool Calls / month
10K / mo200K / moUnlimitedUnlimited
Tools per Server
UnlimitedUnlimitedUnlimitedUnlimited
AI Tool Builder
Traffic Logs
7 days30 days90 days1 year
Error Logs
7 days30 days90 days1 year
Analytics
BasicBasicAdvancedAdvanced
Custom Domain
Support
CommunityEmailPriorityDedicated
Uptime SLA
99.9%

Need full control? Deploy on your own infrastructure.

Enterprise customers can run MCPCore as a Docker container inside their own environment with complete data sovereignty, custom network policies, and full compliance with internal security requirements.

All prices in USD. Plan changes take effect immediately.

Contact

Get in touch

Questions about MCPCore, pricing, or the Enterprise plan? Fill out the form and we'll get back to you shortly.

We reply within 24 hours
Enterprise inquiries welcome
Docker / self-hosted options available

Start building today

Free tier available. No credit card required. Get your first MCP server running in minutes.