Skip to main content
Glama
viowb

MCP Server Tools

by viowb
contact_links.cy.js439 B
describe('Contact link checks — Joint Investment', () => { it('checks phone number and mailto links exist', () => { cy.visit('https://www.jointinv.com/home'); // Phone cy.get('a[href^="tel:"]') .should('exist') .and('have.attr', 'href') .and('match', /tel:/); // Email cy.get('a[href^="mailto:"]') .should('exist') .and('have.attr', 'href') .and('match', /mailto:/); }); });

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/viowb/MCP'

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