@alphasense/graphql-mcp-server
v0.2.0
Published
MCP server for using the AlphaSense API
Readme
AlphaSense GraphQL MCP Server
A Model Context Protocol (MCP) server for interfacing with the AlphaSense API through GraphQL.
Usage
The AlphaSense GraphQL MCP Server provides a standardized interface for AI models to interact with the AlphaSense API.
Add to Claude
{
"name": "as-graphql-mcp-server",
"command": "npx",
"args": ["-y", "@alphasense/graphql-mcp-server"],
"env": {
"ALPHASENSE_API_KEY": "<your-api-key>",
"ALPHASENSE_CLIENT_ID": "<your-client-id>",
"ALPHASENSE_CLIENT_SECRET": "<your-client-secret>",
"ALPHASENSE_USERNAME": "<your-username>",
"ALPHASENSE_PASSWORD": "<your-password>"
}
}License
Copyright © AlphaSense. All rights reserved.
