Skip to main content

Overview

Creating an MCP (Model Context Protocol) server is easy with the MCPfy platform. This guide walks you through the entire process from login to deployment.

Prerequisites

Before creating a server, ensure you have:
  • An active MCPfy account
  • API endpoints you want to integrate as tools
  • Authentication details for your APIs
Server creation typically takes 1-2 minutes depending on the number of API endpoints you’re adding.

Creating Your MCP Server

1

Login to MCPfy

Navigate to mcpfy.ai/login and sign in to your account.
If you don’t have an account yet, you can create one during the login process.
2

Access Generate MCP

Once logged in, look for the “Generate MCP” option in the sidebar and click on it.
3

Add API Endpoints

Paste the cURL commands of the APIs that you need to add as tools.
# Example API endpoint
curl --location 'https://api.example.com/endpoint' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
    "parameter": "value"
  }'
You can add multiple API endpoints by pasting multiple cURL commands.
4

Configure Authentication

Add authentication details for your APIs.
5

Test Your APIs

Use the “Test API” button to verify that your endpoints are working correctly.
Make sure all your API tests return successful responses before proceeding.
6

Deploy Your Server

Click on “Deploy” to create your MCP server.
The deployment process will generate your MCP server URL and make it accessible.

Your MCP Server is Ready!

Once deployment is complete, your MCP server is now ready and can be accessed through the provided URL.