@coretext-ai/coretext-156a2f3b-28f2-4e72-9568-48bc7e823f2f
v1.0.1
Published
Coretext Stripe Server
Keywords
Readme
coretext-stripe-server
Coretext Stripe Server
Installation
npm install @coretext-ai/coretext-156a2f3b-28f2-4e72-9568-48bc7e823f2fConfiguration
Environment Variables
The following environment variables are required:
NPM_TOKEN: User-defined environment variableGITHUB_TOKEN: User-defined environment variable
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"coretext-stripe-server": {
"command": "npx",
"args": ["@coretext-ai/coretext-156a2f3b-28f2-4e72-9568-48bc7e823f2f"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
slack Service
- list_users: List users in the workspace
- upload_file: Upload a file to Slack
- search_messages: Search for messages in the workspace
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm testLicense
MIT
Generated with Template Orchestrator
