Skip to main content
Glama

MCP Server for Oracle NetSuite

This is a Model Context Protocol (MCP) server that connects to Oracle NetSuite (sandbox environment) and provides tools for:

  • Executing read-only SuiteQL queries

  • Fetching customer records by internalId

Built with FastAPI and OAuth 1.0a (Token-Based Authentication).

Tools

suiteql_query

Execute SELECT-only SuiteQL queries against NetSuite.

Input:

{
  "query": "SELECT name, email FROM customer WHERE email IS NOT NULL LIMIT 5"
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides semantic memory capabilities using Qdrant vector database with configurable embedding providers, allowing storage and retrieval of information using vector similarity.
    16 PyPI
    2
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides intelligent memory management capabilities using Qdrant vector database for semantic search and storage. Supports global, learned, and agent-specific memory types with markdown processing and duplicate detection.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables semantic search and document management using a local Qdrant vector database with OpenAI embeddings. Supports natural language queries, metadata filtering, and collection management for AI-powered document retrieval.
    70 npm
    37
    MIT