/
Server configuration and capabilities from the MCP manifest
Size: 915 bytes (229 tokens)
Tools Found: 2
Analysis ID: 47mhs2jx
This MCP server provides tools for interacting with a PostgREST API, including making HTTP requests and converting SQL queries to API requests.
Stars
Registry ID: b7c21a79-6a4a-42e2-a194-944a1d1ed9f7
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/21/2025
Last Release: 9/18/2025
Open Issues: 59
Historical performance and growth metrics over time
{
"name": "supabase/postgrest",
"tags": [
"PostgREST",
"MCP",
"Supabase"
],
"tools": [
{
"name": "postgrestRequest",
"description": "Performs an HTTP request against the PostgREST API",
"input_schema": {
"type": "object",
"required": [
"method",
"path"
],
"properties": {
"body": {
"oneOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
}
]
},
"path": {
"type": "string"
},
"method": {
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"type": "string"
}
}
},
"output_schema": {}
},
{
"name": "sqlToRest",
"description": "Converts SQL query to a PostgREST API request (method, path)",
"input_schema": {
"type": "object",
"required": [
"sql"
],
"properties": {
"sql": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
],
"version": "1.0.0",
"categories": [
"API",
"Server"
],
"description": "Creates an MCP server for interacting with a PostgREST API."
}Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 9/18/2025
Open Issues: 59