Prerequisites
- A Noorle Platform account (sign up at console.noorle.com)
- An MCP client configured (like Claude Desktop, or any MCP-compatible tool)
Sign Up and Create Account
Navigate to console.noorle.com and create your account. You’ll be redirected to your account dashboard after verification.Once logged in, you’ll see the main navigation with Agents, Gateways, Capabilities, and other resources.
Create an MCP Gateway
- In the Console, click Gateways in the left sidebar
- Click Create Gateway button
- Enter a name (e.g., “My First Gateway”)
- Optionally add a description
- Click Create
Attach Built-in Capabilities
- In your gateway settings, click the Capabilities tab
- Click Attach Capability
- Select Built-in Capabilities
- Choose capabilities to attach:
- Web Search - Search the internet
- Code Runner - Execute Python and JavaScript code
- Files - Read and write files
- HTTP Client - Make HTTP requests to APIs
- Click Save
Configure Omni Tool (Optional)
Omni Tool automatically discovers which tool to use based on natural language requests.
- In gateway settings, click Specifications
- Under Omni Tool, select visibility mode:
- Omni - Single unified interface (recommended for simplicity)
- Smart - 3 meta-tools for progressive discovery
- Individual - All individual tools listed
- Click Save
Connect Your MCP Client
Use the MCP Endpoint URL from step 2 to connect your client. Replace Claude Desktop — add to your MCP config file:OpenAI / ChatGPT:LangChain (Python):CrewAI (Python):cURL (test):
mcp-{gateway-id}.noorle.com with your actual gateway URL.Claude Code:Test Your Setup
In Claude (or your MCP client):
- Try a simple request: “Search for recent AI news”
- Or: “Run Python code to calculate 2^10”
- Watch as the request routes through your MCP gateway to the attached capabilities
- Your gateway is enabled
- Capabilities are properly attached
- The MCP endpoint URL is correct
What’s Next?
You’ve successfully created your first MCP gateway! Here are next steps:- Add More Capabilities: Attach REST connectors, plugins, or the Browser capability for richer interactions
- Create an Agent: Build an AI agent with custom system prompts and access to your capabilities
- Deploy to Channels: Connect your agent to Telegram, Slack, or SMS for end-user interactions
- Explore Advanced Features: Set up memory, knowledge bases, and multi-agent workflows
Common Configurations
Minimal (Development)
- Web Search
- Code Runner
- Files
Standard (Production)
- Web Search
- Code Runner
- Files
- HTTP Client
- Browser (for visual web scraping)
Full-Featured
- All built-in capabilities
- Custom REST connectors
- Plugins for specialized tasks
Need Help?
- Check the Platform Overview for detailed gateway configuration
- See Built-in Capabilities to learn what each capability does
- Review API Documentation for programmatic access