ワンクリックで
seo-best-practices
On-page SEO, technical SEO, keyword research, and content optimization for EU parliamentary data developer platforms
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
On-page SEO, technical SEO, keyword research, and content optimization for EU parliamentary data developer platforms
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
C4 architecture model, security architecture, Mermaid diagrams, SECURITY_ARCHITECTURE.md, and comprehensive documentation per Hack23 Secure Development Policy
AI-augmented development controls, GitHub Copilot governance, LLM security, AI-generated code review per Hack23 Secure Development Policy
EU AI Act compliance, OWASP LLM security, responsible AI practices for parliamentary data and MCP server applications
Enforce code quality with ESLint, TypeScript strict mode, Knip unused detection, and quality gates for MCP servers
ISO 27001, NIST CSF 2.0, CIS Controls v8.1, EU CRA compliance mapping, multi-standard alignment per Hack23 ISMS policies
Contribution process with PR workflow, code review standards, commit conventions, and open source best practices
| name | seo-best-practices |
| description | On-page SEO, technical SEO, keyword research, and content optimization for EU parliamentary data developer platforms |
| license | MIT |
This skill applies when:
Developer platforms compete for visibility among AI tooling, open data, and civic technology search queries. SEO ensures the EP MCP Server reaches its target audiences organically.
name, description, and keywords in package.json; these directly influence npm search rankingmcp, european-parliament, open-data, civic-tech, ai-tools, typescript) to the repository{
"name": "european-parliament-mcp-server",
"description": "MCP server providing AI-ready access to European Parliament data — MEPs, votes, legislation, and committees",
"keywords": [
"mcp", "model-context-protocol", "european-parliament",
"eu-parliament", "open-data", "civic-tech", "ai-tools",
"typescript", "legislative-data", "mep", "plenary-votes",
"parliamentary-questions", "gdpr-compliant"
],
"repository": {
"type": "git",
"url": "https://github.com/Hack23/European-Parliament-MCP-Server"
},
"homepage": "https://hack23.github.io/European-Parliament-MCP-Server/"
}
# Repository settings
description: "MCP server for European Parliament open data — MEPs, votes, legislation, committees. TypeScript, GDPR-compliant, AI-ready."
topics:
- mcp-server
- european-parliament
- open-data
- civic-tech
- typescript
- ai-tools
- model-context-protocol
- legislative-data
- gdpr
- parliamentary-data
<!-- SEO-optimized documentation page -->
# European Parliament MCP Server API Guide
## Getting Started with EP Data Tools
Quick setup for accessing European Parliament datasets via MCP protocol.
## Available MCP Tools
### Search MEPs — Find Members of European Parliament
### Get Plenary Votes — Access voting records
### Track Legislation — Monitor legislative procedures
# NEVER cram keywords unnaturally
"European Parliament European Parliament API European Parliament data
European Parliament MCP European Parliament server European Parliament tools"
{
"name": "ep-mcp",
"description": "An MCP server",
"keywords": []
}
Reference: Hack23 ISMS Policies