notion-custom-mcp

Query MSSQL databases and Notion API with read-only access.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DS-codi/Project-Memory-MCP --skill notion-custom-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-custom-mcp
Source: https://github.com/DS-codi/Project-Memory-MCP/tree/main/skills/notion-custom-mcp
Command: npx skills add https://github.com/DS-codi/Project-Memory-MCP --skill notion-custom-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides secure, read-only access to both MSSQL databases (StonePro, NotionArchive) and Notion API data, enabling agents to retrieve business and archived information without direct modification.

Core Features & Use Cases

  • Database Querying: Execute read-only SELECT queries against StonePro and NotionArchive databases.
  • Notion API Integration: Search Notion, list databases, get schemas, query databases, and retrieve page content.
  • Use Case: An agent needs to find all active jobs from the StonePro ERP and compare them with archived job data in Notion to identify any discrepancies or missing information.

Quick Start

List all available databases that can be queried.

Frequently Asked Questions about notion-custom-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query MSSQL and Notion data simultaneously using read-only access?

Read-only data retrieval from MSSQL and Notion is achieved by executing SQL SELECT statements against StonePro and NotionArchive databases alongside Notion API endpoints. This allows agents to securely query business data and search Notion pages without modifying the original sources.

Can I retrieve Notion page content and database schemas through the API?

Yes, retrieving Notion page content and database schemas is fully supported. The integration lists available databases, fetches schemas, queries specific databases, and searches Notion pages to extract structured content using dedicated API endpoints.

Does this read-only database access prevent accidental modification of business data?

Yes, read-only database access prevents accidental modification of business data by restricting operations to SQL SELECT statements. It securely retrieves information from StonePro and NotionArchive databases, ensuring no direct writes or updates can occur.

What is the best way to compare active ERP jobs with archived Notion data?

The best way to compare active ERP jobs with archived Notion data is to query the StonePro database and the Notion API concurrently. Agents can retrieve active jobs and archived records to identify discrepancies or missing information.

Are there limitations when querying Notion and MSSQL databases via an agent?

Limitations include being restricted to read-only SQL SELECT statements and specific Notion API endpoints, meaning no data mutation or structural updates are possible. Data retrieval is limited to querying StonePro, NotionArchive, and accessible Notion pages.