Point MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POINT_API_KEY | Yes | Your Point API key (get one at https://pinchpoint.dev/point/keys) | |
| POINT_API_URL | No | API base URL (for self-hosted or local dev) | https://point-api.pinchpoint.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search Point's verified knowledge base using hybrid search (BM25 + vector). Returns ranked results with relevance scores, text excerpts, and citations. Each result includes a pre-formatted citation you can use directly. |
| get_document_tocA | Get a lightweight table of contents for a document (~50 tokens). Use this to understand document structure before loading specific sections. Returns chunk IDs that you can pass to get_sections. |
| get_sectionsA | Load specific document sections by their chunk IDs (max 50 per request). Use after search or get_document_toc to retrieve full text of specific passages. Each section includes its text, heading path, word count, and citation. |
| list_collectionsA | Browse or search available knowledge collections. Without a query, lists all collections with document counts. With a query, performs semantic search to find relevant collections. |
| get_document_fullA | Get the full markdown content of a document. WARNING: This can be large (thousands of tokens). Prefer get_document_toc + get_sections for targeted retrieval. Use this only when you need the complete text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcdonaldsam/point-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server