ai-service-integration-starter
by TeamSPWK
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_NAME | Yes | Name of the application/product. | |
| MCP_RESOURCE | Yes | Canonical resource identifier (must match the aud claim in access tokens). | |
| OAUTH_ISSUER | Yes | OAuth issuer identifier. | |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed browser origins. | |
| KAKAO_CLIENT_ID | No | Kakao OAuth client ID (enables Kakao sign-in). | |
| NAVER_CLIENT_ID | No | Naver OAuth client ID (enables Naver sign-in). | |
| GOOGLE_CLIENT_ID | No | Google OAuth client ID (enables Google sign-in). | |
| PUBLIC_APP_ORIGIN | Yes | Public origin URL of the application. | |
| KAKAO_CLIENT_SECRET | No | Kakao OAuth client secret. | |
| NAVER_CLIENT_SECRET | No | Naver OAuth client secret. | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. | |
| OAUTH_SIGNING_SECRET | No | Secret for signing OAuth tokens (HS256; for development only). | |
| PROTECTED_RESOURCE_METADATA_URL | Yes | URL of the protected resource metadata endpoint. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |