Skip to main content
Glama

hostinger-api-mcp

Official
build-release.yaml1.74 kB
name: build-release on: push: branches: - main jobs: release: runs-on: ubuntu-latest steps: - name: Repo checkout uses: actions/checkout@v4 - name: Bump version and push tag id: bump uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: main - name: Release tag uses: ncipollo/release-action@v1 with: tag: ${{ steps.bump.outputs.new_tag }} generateReleaseNotes: true publish-npmjs: runs-on: ubuntu-latest needs: [release] permissions: contents: read id-token: write steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '24.x' registry-url: 'https://registry.npmjs.org' - name: Update NPM run: npm install -g npm@latest - name: Install dependencies run: npm install - name: Publish package run: npm publish --provenance --access public release-github: runs-on: ubuntu-latest needs: [release] permissions: contents: read id-token: write packages: write steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '24.x' registry-url: 'https://npm.pkg.github.com' scope: '@hostinger' - name: Install dependencies run: npm install - name: Publish package run: | sed -i 's+"name": ".*+"name": "@${{ github.repository }}",+gI' ./package.json npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

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