Skip to main content
Glama
peakacom

peaka-api-mcp-server

Official
by peakacom

peaka-api-mcp-server

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems.

Model Context Protocol (MCP) server that provides access to Peaka's API endpoints for programmatic interaction.

This server enables LLMs to access Peaka's API endpoints for programmatic interaction with your data platform.

Requirements

  • You'll need a Peaka Partner API key while using endpoints from this server. Check out the Peaka Documentation for detailed instructions on creating and managing your API key.

Related MCP server: OpenAPI MCP Server

Usage with Claude Desktop

  • Edit the configuration file config.json:

    • on macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • on Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Add the following configuration to the mcpServers object:

{
  "mcpServers": {
    "peaka-api": {
      "command": "npx",
      "args": ["-y", "@peaka/mcp-server-peaka-api@latest"]
    }
  }
}
  • Restart Claude Desktop

Usage with Cursor

  • Edit the configuration file mcp.json:

    • on macOS: ~/.cursor/mcp.json

    • on Windows: %USERPROFILE%\.cursor\mcp.json

  • Add the following configuration to the mcpServers object:

{
  "mcpServers": {
    "peaka-api": {
      "command": "npx",
      "args": ["-y", "@peaka/mcp-server-peaka-api@latest"]
    }
  }
}
  • Enable MCP Server

Contact

For feature requests and bugs, please create an issue in this repo. For further support, see the following resources:

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A server that implements the Model Context Protocol (MCP) with StreamableHTTP transport, enabling standardized interaction with model services through a RESTful API interface.
    409
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants to make HTTP requests (GET, POST, PUT, DELETE) to external APIs through standardized MCP tools.
    4
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for interacting with the Supabase platform

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

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/peakacom/peaka-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server