Skip to content

Built-in Capabilities

Noorle provides a comprehensive suite of MCP-native tools that give AI agents real-world access and computational power. All capabilities are accessible through the standard MCP protocol with no external APIs required.

Core Capabilities

Web Intelligence

Web Fetch - Transform any webpage into clean, structured Markdown for AI consumption. Perfect for research, documentation extraction, and content synthesis.

Web Search - Access real-time web information through intelligent, context-aware search. Get pre-processed results optimized for AI rather than raw links.

Computation

Code Runner - Execute Python and JavaScript instantly in secure WebAssembly sandboxes. Ideal for quick calculations, data transformations, and string processing with under 10ms instantiation overhead.

Virtual Machine - Session-scoped Linux containers with any packages you need. Auto-created on demand for data science, machine learning, and complex processing tasks.

Data & Storage

Files - Session-scoped storage with intelligent lifecycle management across temporary, working, and permanent scopes.

Knowledge Retrieval - RAG-powered search through indexed knowledge bases. Sub-100ms hybrid search combining keyword matching with semantic understanding.

Integration

HTTP Client - Direct access to web APIs and HTTP endpoints. Full control over requests with custom headers, authentication, and various response formats.

Quick Reference

CapabilityPricingBest For
Web FetchIncluded*Documentation, research
Web Search$0.01-0.02/queryCurrent information
Code RunnerIncluded*Quick computations
Virtual Machine$0.000015/sec (base)Heavy processing, scalable compute
HTTP ClientIncluded*API integrations
Files$0.005/GB/dayFile storage
Knowledge Retrieval$0.0015/searchRAG applications

*Included with MCP Gateway usage - no additional charges for standard use.

Getting Started

Each capability is designed to work seamlessly through the MCP protocol:

  1. No Setup Required - All capabilities are pre-integrated and ready to use
  2. Standard Protocol - Access through familiar MCP tool calls
  3. Transparent Pricing - Clear costs with generous included usage

Common Patterns

Research Workflow

Data Processing Pipeline

API Integration

Next Steps

  • Explore individual capability guides for detailed usage
  • Check usage limits and optimization tips